diff --git a/public/docs/ts/latest/guide/structural-directives.jade b/public/docs/ts/latest/guide/structural-directives.jade index 8b34e0c6ea..c3bb3ac703 100644 --- a/public/docs/ts/latest/guide/structural-directives.jade +++ b/public/docs/ts/latest/guide/structural-directives.jade @@ -30,7 +30,7 @@ include ../../../../_includes/_util-fns It's the most common of the three directives and we write lots of them as we build our application. The [*Attribute* directive](attribute-directives.html) changes the appearance or behavior of an element. - The built-in [NgStyle](template-syntax.html#ng-style) directive, for example, + The built-in [NgStyle](template-syntax.html#ngStyle) directive, for example, can change several element styles at the same time. We can use it to render text bold, italic, and lime green by binding to a component property that requests such a sickening result. @@ -212,9 +212,9 @@ figure.image-display and move the directive onto the `