docs(guide/directive): delete redundant 'the'

Closes #15891
This commit is contained in:
Atef Ben Ali
2017-04-05 14:13:28 +01:00
committed by Martin Staffa
parent 136a42abc1
commit 0fbb1187b8
+1 -1
View File
@@ -123,7 +123,7 @@ The other forms shown above are accepted for legacy reasons but we advise you to
`$compile` can match directives based on element names (E), attributes (A), class names (C),
and comments (M).
The built-in the AngularJS directives show in their documentation page which type of matching they support.
The built-in AngularJS directives show in their documentation page which type of matching they support.
The following demonstrates the various ways a directive (`myDir` in this case) that matches all
4 types can be referenced from within a template.