From d1ae6c74a45f5956b037c75832e11ad9d9bfbae0 Mon Sep 17 00:00:00 2001 From: Jesse Peterman <38507515+jessepeterman@users.noreply.github.com> Date: Fri, 19 Oct 2018 22:48:26 -0700 Subject: [PATCH] Fixed typo in getting-started changed amy to any --- docusaurus/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/getting-started.md b/docusaurus/docs/getting-started.md index 5cbd19d3318..8704404a20c 100644 --- a/docusaurus/docs/getting-started.md +++ b/docusaurus/docs/getting-started.md @@ -62,7 +62,7 @@ _`yarn create` is available in Yarn 0.25+_ ## Output -Running amy of these commands will create a directory called `my-app` inside the current folder. Inside that directory, it will generate the initial project structure and install the transitive dependencies: +Running any of these commands will create a directory called `my-app` inside the current folder. Inside that directory, it will generate the initial project structure and install the transitive dependencies: ``` my-app