From 47c457e548e0c97a47b65f1bb766d613f6fad4fe Mon Sep 17 00:00:00 2001 From: Ashik Paul Date: Sun, 12 Jul 2020 08:36:37 +0530 Subject: [PATCH] Fixed some minor typos (#39225) * Fixed some minor typos * Adding few more changes Adding changes suggested by @RandellDawson. Thank you @RandellDawson Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> --- docs/how-to-work-on-the-docs-theme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/how-to-work-on-the-docs-theme.md b/docs/how-to-work-on-the-docs-theme.md index c704e03721..78b4cb2f9c 100644 --- a/docs/how-to-work-on-the-docs-theme.md +++ b/docs/how-to-work-on-the-docs-theme.md @@ -7,11 +7,11 @@ ## About the documentation site -While you do not need to generate the documenatation site locally, sometimes it may be required for instance if you are working on the site theme or a feature for the site. +While you do not need to generate the documentation site locally, sometimes it may be required for instance if you are working on the site theme or a feature for the site. The site is generated using [`docsify`](https://docsify.js.org), and served using GitHub pages. -Typically you would not need to change any configuration, or build the site locally, but incase you are interested here is how it works: +Typically you would not need to change any configuration or build the site locally. In case you are interested, here is how it works: - The homepage's source for this site is available in [`docs/index.html`](index.html). - We serve this file as a SPA using `docsify` and GitHub Pages. @@ -19,7 +19,7 @@ Typically you would not need to change any configuration, or build the site loca - The homepage is generated from the [`index.md`](index.md). - the sidebar navigation is generated from [`components/sidebar.md`](components/sidebar.md). -## Serving the documenation site locally +## Serving the documentation site locally Clone freeCodeCamp: