Skip to content

Commit 9c2c15f

Browse files
authored
Fix typo
1 parent 2596826 commit 9c2c15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-undef-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: disallow use of undefined components in `<template>`
1010
1111
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
1212

13-
This rule reports component that are used in the `<template>`, but that are not defined in the `<script setup>` or the Options API's `components` section.
13+
This rule reports components that are used in the `<template>`, but that are not defined in the `<script setup>` or the Options API's `components` section.
1414

1515
Undefined components will be resolved from globally registered components. However, if you are not using global components, you can use this rule to prevent run-time errors.
1616

0 commit comments

Comments
 (0)