From f4fb99c9e2b855c9d21a2b5a337ad76ccd77c5ed Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Tue, 20 Oct 2020 16:16:43 +0530 Subject: [PATCH] Fix spellings in Getting Started guide (#26310) --- docs/contributors/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributors/getting-started.md b/docs/contributors/getting-started.md index 65c5269f7264fc..5d30ca9df0416c 100644 --- a/docs/contributors/getting-started.md +++ b/docs/contributors/getting-started.md @@ -30,11 +30,11 @@ If you do not have a local WordPress environment setup, follow the steps in the ### Using wp-env to Install a Local Environment -The [wp-env package](/packages/env/README.md) was developed with the Gutneberg project as a quick way to create a standard WordPress environment using Docker. It is also published as the `@wordpress/env` npm package. +The [wp-env package](/packages/env/README.md) was developed with the Gutenberg project as a quick way to create a standard WordPress environment using Docker. It is also published as the `@wordpress/env` npm package. -By default, `wp-env` can run in a plugin direcotry to create and run a WordPress enviornment, mounting and activating the plugin automatically. You can also configure `wp-env` to use existing installs, multiple plugins, or themes. See the [wp-env package](/packages/env/README.md#wp-envjson) for complete documentation. +By default, `wp-env` can run in a plugin directory to create and run a WordPress enviornment, mounting and activating the plugin automatically. You can also configure `wp-env` to use existing installs, multiple plugins, or themes. See the [wp-env package](/packages/env/README.md#wp-envjson) for complete documentation. -If you don't already have it, you'll need to install Docker and Docker Compose in order to use `wp-env`. See the [Developement Environment tutorial for additional details](/docs/designers-developers/developers/tutorials/devenv/readme.md). +If you don't already have it, you'll need to install Docker and Docker Compose in order to use `wp-env`. See the [Development Environment tutorial for additional details](/docs/designers-developers/developers/tutorials/devenv/readme.md). Once Docker is installed and running: To install WordPress, run the following from within the cloned gutenberg directory: