Skip to content

Commit 3b73a73

Browse files
sandythesandAndrewKushnir
authored andcommitted
Update defer.md (angular#59231)
There was an extra Z letter which I think not neccessary. PR Close angular#59231
1 parent 22f191f commit 3b73a73

File tree

1 file changed

+1
-1
lines changed
  • adev/src/content/guide/templates

1 file changed

+1
-1
lines changed

adev/src/content/guide/templates/defer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ By default, the placeholder acts as the interaction element. Placeholders used t
191191
}
192192
```
193193

194-
Alternatively, you can specify a [template reference variable](/guide/templates/variables) in the same template as the `@defer` block as the element that is watched to enter the viewport. This variable is passed in as a parameter on the viewport trigger.Z
194+
Alternatively, you can specify a [template reference variable](/guide/templates/variables) in the same template as the `@defer` block as the element that is watched to enter the viewport. This variable is passed in as a parameter on the viewport trigger.
195195

196196
```angular-html
197197
<div #greeting>Hello!</div>

0 commit comments

Comments
 (0)