From db9c6a3528e3307b1e320fd15b1341eb9b39e1b7 Mon Sep 17 00:00:00 2001 From: CloudDueling.com Date: Tue, 15 Oct 2013 18:06:00 -0700 Subject: docs(error/multidir): improve the sentence fluency Closes #4449 --- docs/content/error/compile/multidir.ngdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/error/compile/multidir.ngdoc b/docs/content/error/compile/multidir.ngdoc index 6dce7f21..439d82c7 100644 --- a/docs/content/error/compile/multidir.ngdoc +++ b/docs/content/error/compile/multidir.ngdoc @@ -3,7 +3,8 @@ @fullName Multiple Directive Resource Contention @description -This error occurs when multiple directives are applied to the same DOM element, and processing them would result in an collisions or unsupported configuration. +This error occurs when multiple directives are applied to the same DOM element, and +processing them would result in a collision or an unsupported configuration. To resolve this issue remove one of the directives which is causing the collision. -- cgit v1.2.3