Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3a9fdce

Browse files
atefBBNarretz
authored andcommitted
docs(guide/directive): delete redundant 'the'
Closes #15891
1 parent ee4ac72 commit 3a9fdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

+1-1
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 that matches all 4 types
129129
(`myDir` in this case) can be referenced from within a template.

0 commit comments

Comments
 (0)