From f6fa7c9c9542839de4a6b5bb92bb53b14dcef11f Mon Sep 17 00:00:00 2001
From: xdhmoore
Date: Sun, 10 Nov 2013 16:48:04 -0600
Subject: docs(guide/directive): clarify sentence meaning
Closes #4873
---
docs/content/guide/directive.ngdoc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
(limited to 'docs/content')
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc
index 10c498b9..5f666432 100644
--- a/docs/content/guide/directive.ngdoc
+++ b/docs/content/guide/directive.ngdoc
@@ -116,10 +116,11 @@ Doing so generally makes it easier to determine what directives a given element
-**Best Practice:** Comment directives were commonly used in places where the DOM API limits (e.g. inside `
` elements)
-to create directives that spanned multiple elements. AngularJS 1.2 introduces
-{@link api/ng.directive:ngRepeat `ng-repeat-start` and `ng-repeat-end`} as a better solution to this problem.
-Developers are encouraged to use this over custom comment directives when possible.
+**Best Practice:** Comment directives were commonly used in places where the DOM API limits the
+ability to create directives that spanned multiple elements (e.g. inside `` elements).
+AngularJS 1.2 introduces {@link api/ng.directive:ngRepeat `ng-repeat-start` and `ng-repeat-end`}
+as a better solution to this problem. Developers are encouraged to use this over custom comment
+directives when possible.
--
cgit v1.2.3