docs: fix broken markdown syntax (#53567)

PR Close #53567
This commit is contained in:
Nikita Barsukov
2023-12-14 11:37:44 +03:00
committed by Pawel Kozlowski
parent 2f875d0790
commit 1519b5bd2f
2 changed files with 2 additions and 4 deletions
@@ -126,8 +126,7 @@ export class SpecializedMenuWithTooltip { }
### Directive execution order
Host directives go through the same lifecycle as components and directives used directly in a
template. However, host directives always execute their constructor, lifecycle hooks, and bindings _
before_ the component or directive on which they are applied.
template. However, host directives always execute their constructor, lifecycle hooks, and bindings _before_ the component or directive on which they are applied.
The following example shows minimal use of a host directive:
@@ -124,8 +124,7 @@ export class SpecializedMenuWithTooltip { }
### Directive execution order
Host directives go through the same lifecycle as components and directives used directly in a
template. However, host directives always execute their constructor, lifecycle hooks, and bindings _
before_ the component or directive on which they are applied.
template. However, host directives always execute their constructor, lifecycle hooks, and bindings _before_ the component or directive on which they are applied.
The following example shows minimal use of a host directive: