Skip to content

Commit 6a59d04

Browse files
docs: remove duplicate word
Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent 484d597 commit 6a59d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/custom-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In Vue 3, we're now supporting fragments, which allow us to return more than one
9292
</template>
9393
```
9494

95-
As wonderfully flexible as this is, we can potentially encounter a problem with a custom directive that could potentially have multiple root nodes.
95+
As wonderfully flexible as this is, we can potentially encounter a problem with a custom directive that could have multiple root nodes.
9696

9797
As a result, custom directives are now included as part of a virtual DOM node’s data. When a custom directive is used on a component, hooks are passed down to the component as extraneous props and end up in `this.$attrs`.
9898

0 commit comments

Comments
 (0)