fix: typo in FAQ page (#3347)

This commit is contained in:
Martin Dixon 2021-12-23 15:03:51 +00:00 committed by GitHub
parent 2653b5ed13
commit fffc7561f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -83,14 +83,14 @@ the `rust` module you could run the following command to get the trace
logs and output from the module.
```sh
env STARHIP_LOG=trace starship module rust
env STARSHIP_LOG=trace starship module rust
```
If starship is being slow you can try using the `timings` command to see if
there is a particular module or command that to blame.
```sh
env STARHIP_LOG=trace starship timings
env STARSHIP_LOG=trace starship timings
```
This will output the trace log and a breakdown of all modules that either took