docs(error/multidir): improve the sentence fluency

Closes #4449
This commit is contained in:
CloudDueling.com 2013-10-15 18:06:00 -07:00 committed by Pete Bacon Darwin
parent 3b046c9eaa
commit db9c6a3528

View file

@ -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.