8000 chore(typo): rename varoious to various inside comment (#584) · vuejs/eslint-plugin-vue@c1c6534 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit c1c6534

Browse files
qkdreyermichalsnik
authored andcommitted
chore(typo): rename varoious to various inside comment (#584)
1 parent c1f43f5 commit c1c6534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-unused-components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = {
7272
registeredComponents
7373
.filter(({ name }) => {
7474
// If the component name is PascalCase
75-
// it can be used in varoious of ways inside template,
75+
// it can be used in various of ways inside template,
7676
// like "theComponent", "The-component" etc.
7777
// but except snake_case
7878
if (casing.pascalCase(name) === name) {

0 commit comments

Comments
 (0)
0