Skip to content

Commit

Permalink
fix: remove comma splice (#2864)
Browse files Browse the repository at this point in the history
Fix comma splice. This sentence should be two.
  • Loading branch information
curtgrimes authored May 15, 2024
1 parent 18f1b37 commit e8ee91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/reusability/custom-directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ app.directive('demo', (el, binding) => {
## Usage on Components {#usage-on-components}

:::warning Not recommended
Using custom directives on components is not recommended, unexpected behaviour may occur when a component has multiple root nodes.
Using custom directives on components is not recommended. Unexpected behaviour may occur when a component has multiple root nodes.
:::


Expand Down

0 comments on commit e8ee91a

Please sign in to comment.