From e0704d0f558eff938f466da690e9d28176bf9de4 Mon Sep 17 00:00:00 2001 From: Hayden Evans Date: Fri, 19 Jan 2018 19:56:04 -0700 Subject: [PATCH] Correct typo in getting-started-installation.md (#405) Change > Docusaurus was designed from the ground up to be easily installed and used to get your website up **an** running quickly. to > Docusaurus was designed from the ground up to be easily installed and used to get your website up **and** running quickly. --- docs/getting-started-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-installation.md b/docs/getting-started-installation.md index 8be2b439da..b759b1f319 100644 --- a/docs/getting-started-installation.md +++ b/docs/getting-started-installation.md @@ -3,7 +3,7 @@ id: installation title: Installation --- -Docusaurus was designed from the ground up to be easily installed and used to get your website up an running quickly. To install Docusaurus, we have created an easy script that will get all of the infrastructure setup for you: +Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly. To install Docusaurus, we have created an easy script that will get all of the infrastructure setup for you: 1. Go into the root of your GitHub repo directory where you will be creating the docs. 1. `yarn global add docusaurus-init` or `npm install --global docusaurus-init`