From 0fbb1187b8d9f04576c146221aaba95e983bdac7 Mon Sep 17 00:00:00 2001 From: Atef Ben Ali Date: Wed, 5 Apr 2017 14:13:28 +0100 Subject: [PATCH] docs(guide/directive): delete redundant 'the' Closes #15891 --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index f47cf368120d..a40e3ee85803 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -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.