Skip to content

Commit 9549fa6

Browse files
committed
small typo fixes for install
1 parent a5ab368 commit 9549fa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/basic-use/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Recent version of [node](https://nodejs.org/en/download/), which comes included in `yarn` or `npm`
55
* Mac users need [Watchman](https://facebook.github.io/watchman/) (not the npm version!)
66

7-
First, we first need to have a package manager installed. A package manager installs new dependencies from the command line, whether they are used as commands or in the app itself. Follow these installation instructions for [npm](https://www.npmjs.com/get-npm) or [yarn](https://yarnpkg.com/en/docs/install). While these two tools have somewhat different features, both are compatible with Ember app development.
7+
First, we need to have a package manager installed. A package manager installs new dependencies from the command line, whether they are used as commands or in the app itself. Follow these installation instructions for [npm](https://www.npmjs.com/get-npm) or [yarn](https://yarnpkg.com/en/docs/install). While these two tools have somewhat different features, both are compatible with Ember app development.
88

99
We'll know installation is successful when `npm --version` or `yarn --version` returns the version number.
1010

@@ -22,7 +22,7 @@ This will make the `ember` command available throughout your project folders. Th
2222

2323
For Mac and Linux users we recommend installing [Watchman](https://facebook.github.io/watchman/). Watchman helps correct for some buggy and inefficient file watching behavior. Do not use the `npm` package by the same name.
2424

25-
Mac users cann install via [Homebrew](https://brew.sh/):
25+
Mac users can install via [Homebrew](https://brew.sh/):
2626

2727
```bash
2828
brew install watchman

0 commit comments

Comments
 (0)