Skip to content

Commit b982e48

Browse files
committed
typo fix
1 parent f8c2331 commit b982e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Create `.eslintrc.*` file to configure rules. See also: [http://eslint.org/docs/
3131

3232
Example **.eslintrc.js**:
3333

34-
```javascript
34+
```js
3535
module.exports = {
3636
extends: [
3737
'eslint:recommended',
@@ -44,7 +44,7 @@ module.exports = {
4444
}
4545
```
4646

47-
### This plugin currently is able to detect both component and new instances of vue:
47+
### This plugin currently is able to detect both components and new instances of vue:
4848

4949
#### Components are detected based on:
5050
- `Vue.component` expression

0 commit comments

Comments
 (0)