diff --git a/aio/content/guide/structural-directives.md b/aio/content/guide/structural-directives.md index 4e27238a26..7bee930713 100644 --- a/aio/content/guide/structural-directives.md +++ b/aio/content/guide/structural-directives.md @@ -8,7 +8,7 @@ For the example application that this page describes, see the -For more information on Angular's built-in structural directives, such as `NgIf`, `NgFor`, and `NgSwitch`, see [Built-in directives](guide/built-in-directives). +For more information on Angular's built-in structural directives, such as `NgIf`, `NgForOf`, and `NgSwitch`, see [Built-in directives](guide/built-in-directives). {@a unless}