Skip to content

Commit c910532

Browse files
Merge pull request #11 from angular/master
docs(guide/directive): delete redundant 'the'
2 parents 5852861 + 0fbb118 commit c910532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The other forms shown above are accepted for legacy reasons but we advise you to
123123
`$compile` can match directives based on element names (E), attributes (A), class names (C),
124124
and comments (M).
125125

126-
The built-in the AngularJS directives show in their documentation page which type of matching they support.
126+
The built-in AngularJS directives show in their documentation page which type of matching they support.
127127

128128
The following demonstrates the various ways a directive (`myDir` in this case) that matches all
129129
4 types can be referenced from within a template.

0 commit comments

Comments
 (0)