diff options
author | David Mehren | 2020-10-12 21:01:16 +0200 |
---|---|---|
committer | David Mehren | 2020-10-12 21:01:16 +0200 |
commit | a160d81fe33044ca8fbb71addd77c40d55b37251 (patch) | |
tree | 4c3420cb4b8b96d80dee02c0dc3e6f20cdf6e34c /docs/configuration.md | |
parent | 8359e70b0eb9ade6ba8bc9d297d49db1a0ce84e5 (diff) | |
parent | 72cb67883cfba358acda04d6a9c77c7b05484491 (diff) |
Merge pull request #531 from ericgaspar/patch-1
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 |