From 2dfc25fc6ea513778f8b5db8bfedd93ee3cd516b Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 27 Aug 2016 00:28:17 +0700 Subject: [PATCH] Fix typo. --- book-example/src/format/summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.