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. |