From fffc7561f67057be4df952da2bc0f7cd41b28b33 Mon Sep 17 00:00:00 2001 From: Martin Dixon Date: Thu, 23 Dec 2021 15:03:51 +0000 Subject: [PATCH] fix: typo in FAQ page (#3347) --- docs/faq/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index eef2de68..cf997ebd 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -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