Merge pull request #1706 from vaporup/patch-1

Fix Typo in summary.md
This commit is contained in:
Eric Huss 2021-12-16 13:53:22 -08:00 committed by GitHub
commit e3e170715e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ to be ignored at best, or may cause an error when attempting to build the book.
Titles are optional, and the numbered chapters can be broken into as many
parts as desired.
```markdown
# My Part Tile
# My Part Title
- [First Chapter](relative/path/to/markdown.md)
```