Skip to content

Commit

Permalink
📝 docs: Fix typos (#29) by @ismailarilik
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailarilik authored and kazupon committed Sep 18, 2019
1 parent 7d051a9 commit 0cdf776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-unused-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ i18n.t('hi')
```

- `src`: specify the source codes directory to be able to lint. If you don't set any options, it set to `process.cwd()` as default.
- `extenstions`: an array to allow specified lintable target file extention. If you don't set any options, it set to `.js` and` .vue` as default.
- `extensions`: an array to allow specified lintable target file extension. If you don't set any options, it set to `.js` and` .vue` as default.

0 comments on commit 0cdf776

Please sign in to comment.