Fix typo in documentation

a very pedantic ommitted -> omitted
This commit is contained in:
Atharva Raykar 2021-06-05 22:50:45 +05:30 committed by GitHub
parent 6425c29893
commit fa3ae53d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ to be ignored at best, or may cause an error when attempting to build the book.
1. ***Title*** - While optional, it's common practice to begin with a title, generally <code
class="language-markdown"># Summary</code>. This is ignored by the parser however, and
can be ommitted.
can be omitted.
```markdown
# Summary
```