diff --git a/aio/content/guide/structural-directives.md b/aio/content/guide/structural-directives.md index ea646e0d4b..416e4d80f4 100644 --- a/aio/content/guide/structural-directives.md +++ b/aio/content/guide/structural-directives.md @@ -20,7 +20,7 @@ The `UnlessDirective` does the opposite of `NgIf`, and `condition` values can be `UnlessDirective` displays the content when the condition is `false`. Following is the `UnlessDirective` selector, `appUnless`, applied to the paragraph element. -When `condition` is `true`, the browser displays the sentence. +When `condition` is `false`, the browser displays the sentence.