Skip to content

Commit a0640c1

Browse files
Update custom-directives.md (#558)
* Update custom-directives.md * Update src/guide/migration/custom-directives.md Co-authored-by: Natalia Tepluhina <[email protected]> Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent fb9ed21 commit a0640c1

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
@@ -85,7 +85,7 @@ Now that the custom directive lifecycle hooks mirror those of the components the
8585

8686
## Implementation Details
8787

88-
In Vue 3, we're now supporting fragments, which allow us to return more than one DOM node per component. You can imagine how handy that is for something like a component with multiple lis or the children elements of a table:
88+
In Vue 3, we're now supporting fragments, which allow us to return more than one DOM node per component. You can imagine how handy that is for something like a component with multiple `<li>` elements or the children elements of a table:
8989

9090
```html
9191
<template>

0 commit comments

Comments
 (0)