summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMeztliRA <78863518+MeztliRA@users.noreply.github.com>2021-07-26 22:02:47 +0700
committerGitHub <noreply@github.com>2021-07-26 11:02:47 -0400
commited60b69bccc0c67db3a8efbafac54f73bd91d4a8 (patch)
treeca4909b204adb09cffdbf806094215b00aecef07 /docs
parent80c5eca2ee3969f24d74fd1f169228af5c8ca2b2 (diff)
docs: fix shlvl module's symbol (#2911)
Diffstat (limited to 'docs')
-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 2b0274de7..e525224ca 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -2621,7 +2621,7 @@ set to a number and meets or exceeds the specified threshold.
| ----------- | ---------------------------- | ------------------------------------------------------------- |
| `threshold` | `2` | Display threshold. |
| `format` | `"[$symbol$shlvl]($style) "` | The format for the module. |
-| `symbol` | `"↕️ "` | The symbol used to represent the `SHLVL`. |
+| `symbol` | `"↕️ "` | The symbol used to represent the `SHLVL`. |
| `repeat` | `false` | Causes `symbol` to be repeated by the current `SHLVL` amount. |
| `style` | `"bold yellow"` | The style for the module. |
| `disabled` | `true` | Disables the `shlvl` module. |