diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index bc5fefd77821..7a0805153f78 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -66,7 +66,7 @@ The **normalization** process is as follows: 1. Strip `x-` and `data-` from the front of the element/attributes. 2. Convert the `:`, `-`, or `_`-delimited name to `camelCase`. -Here are some equivalent examples of elements that match `ngBind`: +Here are some equivalent examples of elements which can match an attribute directive, in this case `ngBind`: @@ -83,6 +83,7 @@ Here are some equivalent examples of elements that match `ngBind`:


+