From 3f268cb0df1fea3dcad8e85bd6cd18e8ce41f01e Mon Sep 17 00:00:00 2001 From: Alessandro Coglio Date: Wed, 15 Dec 2021 20:53:01 -0800 Subject: [PATCH] Fix typo. --- guide/src/format/summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/format/summary.md b/guide/src/format/summary.md index a2eb41cf..0bb06a99 100644 --- a/guide/src/format/summary.md +++ b/guide/src/format/summary.md @@ -21,7 +21,7 @@ to be ignored at best, or may cause an error when attempting to build the book. 1. ***Prefix Chapter*** - Before the main numbered chapters, prefix chapters can be added that will not be numbered. This is useful for forewords, introductions, etc. There are, however, some constraints. Prefix chapters cannot be - nested; they should all be on the root level. And you can not add + nested; they should all be on the root level. And you cannot add prefix chapters once you have added numbered chapters. ```markdown [A Prefix Chapter](relative/path/to/markdown.md)