Skip to content

Commit 581e502

Browse files
authored
Merge pull request #2139 from tshepang/patch-1
misplaced bracket
2 parents d5a3682 + e57fce2 commit 581e502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/src/format/configuration/general.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ extra-watch-dirs = [] # directories to watch for triggering builds
9797
will be created when the book is built (i.e. `create-missing = true`). If this
9898
is `false` then the build process will instead exit with an error if any files
9999
do not exist.
100-
- **use-default-preprocessors:** Disable the default preprocessors of (`links` &
100+
- **use-default-preprocessors:** Disable the default preprocessors (of `links` &
101101
`index`) by setting this option to `false`.
102102

103103
If you have the same, and/or other preprocessors declared via their table
@@ -111,4 +111,4 @@ extra-watch-dirs = [] # directories to watch for triggering builds
111111
`use-default-preprocessors` that `links` it will run.
112112
- **extra-watch-dirs**: A list of paths to directories that will be watched in
113113
the `watch` and `serve` commands. Changes to files under these directories will
114-
trigger rebuilds. Useful if your book depends on files outside its `src` directory.
114+
trigger rebuilds. Useful if your book depends on files outside its `src` directory.

0 commit comments

Comments
 (0)