summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatoruru <40382980+matoruru@users.noreply.github.com>2021-01-27 06:42:41 +0900
committerGitHub <noreply@github.com>2021-01-26 22:42:41 +0100
commitb1efe30bbeb319187d05b16e05791810ab9b07fd (patch)
treede6268ed8c653c5a7c720eb1ee9ed0c19895ce28
parent857d5364880e088230e98047c559f96bce68ac2c (diff)
docs(status): fix the format string to match the default (#2211)
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 221fb7228..c9c0adb1a 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -2266,7 +2266,7 @@ To enable it, set `disabled` to `false` in your configuration file.
| Option | Default | Description |
| ------------------------- | --------------------------- | ------------------------------------------------------ |
-| `format` | `[$symbol$status]($style) ` | The format of the module |
+| `format` | `"[$symbol$status]($style) "` | The format of the module |
| `symbol` | `"✖"` | The symbol displayed on program error |
| `not_executable_symbol` | `"🚫"` | The symbol displayed when file isn't executable |
| `not_found_symbol` | `"🔍"` | The symbol displayed when the command can't be found |