diff options
| author | CloudDueling.com | 2013-10-15 18:06:00 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-24 22:21:27 +0100 | 
| commit | db9c6a3528e3307b1e320fd15b1341eb9b39e1b7 (patch) | |
| tree | d1fe727137ae5f68d2caa9e2fc9bce61c389b896 | |
| parent | 3b046c9eaafce846ed7973446f376e810c8cc4e1 (diff) | |
| download | angular.js-db9c6a3528e3307b1e320fd15b1341eb9b39e1b7.tar.bz2 | |
docs(error/multidir): improve the sentence fluency
Closes #4449
| -rw-r--r-- | docs/content/error/compile/multidir.ngdoc | 3 | 
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. | 
