summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu David <mathieudavid@mathieudavid.org>2016-08-26 20:14:14 +0200
committerGitHub <noreply@github.com>2016-08-26 20:14:14 +0200
commitc2c721025de5ad0fe152631f706607ff1b187dd4 (patch)
tree2420e0a3368a22eb685f6c28d1e85f69336b6f48
parent8f8893bab27050df7b99340c38d7bb5f72826737 (diff)
parent2dfc25fc6ea513778f8b5db8bfedd93ee3cd516b (diff)
Merge pull request #165 from waywardmonkeys/patch-1v0.0.14
Fix typo.
-rw-r--r--book-example/src/format/summary.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book-example/src/format/summary.md b/book-example/src/format/summary.md
index 7a254785..e6d6419d 100644
--- a/book-example/src/format/summary.md
+++ b/book-example/src/format/summary.md
@@ -27,6 +27,6 @@ allow for easy parsing. Let's see how you should format your `SUMMARY.md` file.
```
You can either use `-` or `*` to indicate a numbered chapter.
-4. ***Sufix Chapter*** After the numbered chapters you can add a couple of non-numbered chapters. They are the same as prefix chapters but come after the numbered chapters instead of before.
+4. ***Suffix Chapter*** After the numbered chapters you can add a couple of non-numbered chapters. They are the same as prefix chapters but come after the numbered chapters instead of before.
All other elements are unsupported and will be ignored at best or result in an error.