Minor documentation typo fixes

This commit is contained in:
Elias Roa 2018-10-10 15:21:58 -06:00
parent 5be4b822f9
commit dd13f30a41
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ $ gutenberg build --base-url $DEPLOY_URL
This is useful for example when you want to deploy previews of a site to a dynamic URL, such as Netlify
deploy previews.
+You can override the default output directory 'public' by passing a other value to the `output-dir` flag.
You can override the default output directory 'public' by passing a other value to the `output-dir` flag.
```bash
$ gutenberg build --output-dir $DOCUMENT_ROOT

View file

@ -40,7 +40,7 @@ templates/macros.html -> replace themes/simple-blog/templates/macros.html
static/js/site.js -> replace themes/simple-blog/static/js/site.js
```
You can also choose to only parts of a page if a theme define some blocks by extending it. If we wanted
You can also choose to only override parts of a page if a theme define some blocks by extending it. If we wanted
to only change a single block from the `post.html` page in the example above, we could do the following:
```