Skip to content

Commit 7674ada

Browse files
cmgchessalxhub
authored andcommitted
docs: update control-flow.md to replace else-if with else if
fix incorrect hyphenated form "else-if" and update documentation to match correct syntax "else if"
1 parent af6c01f commit 7674ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adev/src/content/guide/templates/control-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Angular templates support control flow blocks that let you conditionally show, hide, and repeat elements.
44

5-
## Conditionally display content with `@if`, `@else-if` and `@else`
5+
## Conditionally display content with `@if`, `@else if` and `@else`
66

77
The `@if` block conditionally displays its content when its condition expression is truthy:
88

0 commit comments

Comments
 (0)