diff --git a/aio/content/guide/dependency-injection-in-action.md b/aio/content/guide/dependency-injection-in-action.md index e7c2a90353..f25c5452b3 100644 --- a/aio/content/guide/dependency-injection-in-action.md +++ b/aio/content/guide/dependency-injection-in-action.md @@ -210,7 +210,7 @@ Angular sets the constructor's `el` parameter to the injected `ElementRef`. (An `ElementRef` is a wrapper around a DOM element, whose `nativeElement` property exposes the DOM element for the directive to manipulate.) -The sample code applies the directive's `myHighlight` attribute to two `
` tags, +The sample code applies the directive's `appHighlight` attribute to two `
` tags, first without a value (yielding the default color) and then with an assigned color value.