Skip to content

Commit

Permalink
Fixed typo in linter.md (vuejs-templates#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadornico authored and zouyang committed Mar 14, 2018
1 parent b0c93ea commit 20fa000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ You can run the following command to let eslint fix any errors it finds (if it c
npm run lint -- --fix
```

*(The `--` in the middle is necessary to ensure the `--fix` option is passdd to `eslint`, not to `npm`. It can be omitted whne using yarn)*
*(The `--` in the middle is necessary to ensure the `--fix` option is passed to `eslint`, not to `npm`. It can be omitted whne using yarn)*

0 comments on commit 20fa000

Please sign in to comment.