Skip to content

Commit

Permalink
Corrected shell script typo in how-to-configure-text-editors.md (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Eason authored and frenzzy committed Mar 28, 2017
1 parent 4519114 commit 595d1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-configure-text-editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Install atom packages
* [react](https://atom.io/packages/react)

```shell
apm install linter linter-eslint react linter-stylelint
npm install linter linter-eslint react linter-stylelint
```

Install local npm packages
Expand Down

0 comments on commit 595d1f9

Please sign in to comment.