diff options
author | Éric Gaspar | 2020-10-10 20:42:03 +0200 |
---|---|---|
committer | ericgaspar | 2020-10-11 13:43:40 +0200 |
commit | 72cb67883cfba358acda04d6a9c77c7b05484491 (patch) | |
tree | 619b1fe4d471fa03af11d3c41e03e2fc8214861b | |
parent | 82aff80b88dca3922e7a8c2705f6c0e1c39bb726 (diff) |
Update configuration.md
Minor formatting typo
Signed-off-by: ericgaspar <junk.eg@free.fr>
Diffstat (limited to '')
-rw-r--r-- | docs/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index af4f26ce..a173e12c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -35,7 +35,7 @@ to `config.json` before filling in your own details. | `heartbeatInterval` | | **`5000`** | socket.io heartbeat interval | | `heartbeatTimeout` | | **`10000`** | socket.io heartbeat timeout | | `documentMaxLength` | | **`100000`** | note max length | -| linkifyHeaderStyle | | **`keep-case`**, `lower-case`, `gfm` | how is a header text converted into a link id | +| `linkifyHeaderStyle` | | **`keep-case`**, `lower-case`, `gfm` | how is a header text converted into a link id | ## CodiMD paths stuff |