Skip to content

Commit

Permalink
Update src/guide/reusability/custom-directives.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaTepluhina committed May 3, 2024
1 parent 0b7c9b3 commit fa6b5e7
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 @@ -210,7 +210,7 @@ app.directive('demo', (el, binding) => {

## Usage on Components {#usage-on-components}

:::warning Not recommended usage
:::warning Not recommended
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 fa6b5e7

Please sign in to comment.