Skip to content

Commit 3f96cf7

Browse files
Fix typo
Signed-off-by: David A. Wheeler <[email protected]>
1 parent 51ab091 commit 3f96cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spp/Simplest-Possible-Process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ When using markdown:
9494
Here is the [algorithm for determining header IDs](https://kramdown.gettalong.org/converter/html.html).
9595
* If you don't want certain headings to be auto-numbered, after the heading
9696
line add a line saying `{:.nocount}` to make the heading part of that class.
97-
To suppress TOC entriues append the line `{:.no_toc}` after that heading.
97+
To suppress TOC entries append the line `{:.no_toc}` after that heading.
9898
* If you want a table-of-contents, use `:toc` surrounded by curly braces
9999
on its own line.
100100
* By default, [GitHub Pages](https://pages.github.com/) uses the

0 commit comments

Comments
 (0)