diff options
author | wojciechkepka | 2021-06-18 04:09:42 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-18 08:42:38 +0000 |
commit | a3cb79ebaaaa7682c7c7b007ed928b24f80cf3c2 (patch) | |
tree | 5d835f3be4988a1b8491b07ce8cb0f111e09586d /book | |
parent | bbefc1db63f7c3933adfd91fc404db9850af8399 (diff) |
Use kebab-case for config
Diffstat (limited to 'book')
-rw-r--r-- | book/src/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 31c267cf..3ff02adb 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -4,7 +4,7 @@ To disable language server progress report from being displayed in the status bar add this option to your `config.toml`: ```toml -lsp_progress = false +lsp-progress = false ``` ## Theme |