aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/compile/multidir.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/error/compile/multidir.ngdoc')
-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.