summaryrefslogtreecommitdiffstats
path: root/docs/faq
diff options
context:
space:
mode:
authorKevin Song <4605384+chipbuster@users.noreply.github.com>2022-01-20 02:32:09 -0600
committerGitHub <noreply@github.com>2022-01-20 11:32:09 +0300
commit0965667807e4af5606a1412c14435482c5b7d2b7 (patch)
tree0785bbc3ae64f3feacdf2dd5ad4dc26da0fd0a1a /docs/faq
parent9a4c1b5cdb5971d6992eecdf4c221dd7d6102322 (diff)
ci: Use `dprint` to format documentation + TOML files (#3426)
Adds Rust-based standardized markdown formatting and a CI step to catch unformatted files.
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/faq/README.md b/docs/faq/README.md
index 94eb28373..00fcb359d 100644
--- a/docs/faq/README.md
+++ b/docs/faq/README.md
@@ -63,8 +63,7 @@ prompt, for example the version of a program or the current git status. To make
sure starship doesn't hang while trying to execute these commands we set a time
limit, if a command takes longer than this limit starship will stop the
execution of the command and output the above warning, this is expected
-behaviour. This time limit is configurable using the [`command_timeout`
-key](/config/#prompt) so if you want you can increase the time limit. You can
+behaviour. This time limit is configurable using the [`command_timeout`key](/config/#prompt) so if you want you can increase the time limit. You can
also follow the debugging steps below to see which command is being slow and
see if you can optimise it. Finally you can set the `STARSHIP_LOG` env var to
`error` to hide these warnings.