Skip to content

Commit 62119d5

Browse files
committed
fix typo
1 parent 1ed8113 commit 62119d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prefer-true-attribute-shorthand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ description: require shorthand form attribute when `v-bind` value is `true`.
3232
</eslint-code-block>
3333

3434
However, those two representations are not always equivalent.
35-
This case will be occurred if the definition of a prop include `String`:
35+
This case will be occurred if the definition of a prop includes `String`:
3636

3737
```vue
3838
<template>

0 commit comments

Comments
 (0)