aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCloudDueling.com2013-10-15 18:06:00 -0700
committerPete Bacon Darwin2013-10-24 22:21:27 +0100
commitdb9c6a3528e3307b1e320fd15b1341eb9b39e1b7 (patch)
treed1fe727137ae5f68d2caa9e2fc9bce61c389b896
parent3b046c9eaafce846ed7973446f376e810c8cc4e1 (diff)
downloadangular.js-db9c6a3528e3307b1e320fd15b1341eb9b39e1b7.tar.bz2
docs(error/multidir): improve the sentence fluency
Closes #4449
-rw-r--r--docs/content/error/compile/multidir.ngdoc3
1 files changed, 2 insertions, 1 deletions
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.