diff --git a/adev/src/content/guide/directives/directive-composition-api.md b/adev/src/content/guide/directives/directive-composition-api.md index f9f2dc2d4fa..d2a7196af4a 100644 --- a/adev/src/content/guide/directives/directive-composition-api.md +++ b/adev/src/content/guide/directives/directive-composition-api.md @@ -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: diff --git a/aio/content/guide/directive-composition-api.md b/aio/content/guide/directive-composition-api.md index 9ffd13856ab..7b5b083e4ab 100644 --- a/aio/content/guide/directive-composition-api.md +++ b/aio/content/guide/directive-composition-api.md @@ -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: