diff --git a/docs/content/error/compile/multidir.ngdoc b/docs/content/error/compile/multidir.ngdoc index 6dce7f21579f..b4b40e9b53c0 100644 --- a/docs/content/error/compile/multidir.ngdoc +++ b/docs/content/error/compile/multidir.ngdoc @@ -3,7 +3,7 @@ @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.