Skip to content

Commit b1ae4b3

Browse files
authored
chore(docs): fix typo in started page (#360)
1 parent 093f460 commit b1ae4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ See also: "[Use together with custom parsers](#use-together-with-custom-parsers)
181181

182182
2. Make sure your tool is set to lint `.vue` and `.json` files.
183183

184-
- CLI targets only `.js` files by default. You have to specify additional extensions by `--ext` option or glob patterns. E.g. `eslint "src/**/*.{js,vue,json}"` or `eslint src --ext .vue,.json`.o
184+
- CLI targets only `.js` files by default. You have to specify additional extensions by `--ext` option or glob patterns. E.g. `eslint "src/**/*.{js,vue,json}"` or `eslint src --ext .vue,.json`.

0 commit comments

Comments
 (0)