summaryrefslogtreecommitdiff
path: root/docs/src/pages/reference/cli-reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/reference/cli-reference.md')
-rw-r--r--docs/src/pages/reference/cli-reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/reference/cli-reference.md b/docs/src/pages/reference/cli-reference.md
index 26b165f48..0665b35a0 100644
--- a/docs/src/pages/reference/cli-reference.md
+++ b/docs/src/pages/reference/cli-reference.md
@@ -27,7 +27,7 @@ This command is meant for local testing only, and is not designed to be run in p
### `astro check`
-Runs diagnostics (such as type-checking) against your project and reports errors to the console. If any errors are found the process will exit with a code of __1__.
+Runs diagnostics (such as type-checking) against your project and reports errors to the console. If any errors are found the process will exit with a code of **1**.
This command is intended to be used in CI workflows.