From dd13f30a41a18d50cf57d6978480370bf37db9e1 Mon Sep 17 00:00:00 2001 From: Elias Roa Date: Wed, 10 Oct 2018 15:21:58 -0600 Subject: [PATCH] Minor documentation typo fixes --- docs/content/documentation/getting-started/cli-usage.md | 2 +- .../content/documentation/themes/installing-and-using-themes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/documentation/getting-started/cli-usage.md b/docs/content/documentation/getting-started/cli-usage.md index c6427521..9ad9bf91 100644 --- a/docs/content/documentation/getting-started/cli-usage.md +++ b/docs/content/documentation/getting-started/cli-usage.md @@ -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 diff --git a/docs/content/documentation/themes/installing-and-using-themes.md b/docs/content/documentation/themes/installing-and-using-themes.md index 7f0cb0bd..2827e319 100644 --- a/docs/content/documentation/themes/installing-and-using-themes.md +++ b/docs/content/documentation/themes/installing-and-using-themes.md @@ -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: ```