Skip to content

Commit 02bbc3f

Browse files
authored
Merge pull request #2305 from gibbz00/patch-1
Fix minor sentencing issue in build.md
2 parents 53eccf7 + 45a2d0b commit 02bbc3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/src/cli/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ mdbook build
77
```
88

99
It will try to parse your `SUMMARY.md` file to understand the structure of your
10-
book and fetch the corresponding files. Note that files mentioned in `SUMMARY.md`
11-
but not present will be created.
10+
book and fetch the corresponding files. Note that this will also create files
11+
mentioned in `SUMMARY.md` which are not yet present.
1212

1313
The rendered output will maintain the same directory structure as the source for
1414
convenience. Large books will therefore remain structured when rendered.

0 commit comments

Comments
 (0)