We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ab091 commit 3f96cf7Copy full SHA for 3f96cf7
docs/spp/Simplest-Possible-Process.md
@@ -94,7 +94,7 @@ When using markdown:
94
Here is the [algorithm for determining header IDs](https://kramdown.gettalong.org/converter/html.html).
95
* If you don't want certain headings to be auto-numbered, after the heading
96
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.
+ To suppress TOC entries append the line `{:.no_toc}` after that heading.
98
* If you want a table-of-contents, use `:toc` surrounded by curly braces
99
on its own line.
100
* By default, [GitHub Pages](https://pages.github.com/) uses the
0 commit comments