Skip to content

Commit 48eff1e

Browse files
Asaf-Malinatscott
authored andcommitted
docs: fixed grammar (#49560)
PR Close #49560
1 parent f305f22 commit 48eff1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/structural-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For the example application that this page describes, see the <live-example name
2020
When structural directives are applied they generally are prefixed by an asterisk, `*`, such as `*ngIf`. This convention is shorthand that Angular interprets and converts into a longer form.
2121
Angular transforms the asterisk in front of a structural directive into an `<ng-template>` that surrounds the host element and its descendants.
2222

23-
For example, let's take the following code which uses an `*ngIf` to displays the hero's name if `hero` exists:
23+
For example, let's take the following code which uses an `*ngIf` to display the hero's name if `hero` exists:
2424

2525
<code-example path="structural-directives/src/app/app.component.html" header="src/app/app.component.html (asterisk)" region="asterisk"></code-example>
2626

0 commit comments

Comments
 (0)