Skip to content

Commit

Permalink
Fix spellings in Getting Started guide (#26310)
Browse files Browse the repository at this point in the history
  • Loading branch information
brijeshb42 authored Oct 20, 2020
1 parent e8556c9 commit f4fb99c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contributors/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f4fb99c

Please sign in to comment.