diff options
-rw-r--r-- | doc/development/limit_ee_conflicts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/limit_ee_conflicts.md b/doc/development/limit_ee_conflicts.md index ef75a0bd7d6..a1278c087d6 100644 --- a/doc/development/limit_ee_conflicts.md +++ b/doc/development/limit_ee_conflicts.md @@ -357,7 +357,7 @@ app └─ some_file.js ``` -Note that `ee/dispatcher.js` is a real file, you must use this for EE-specific dispatcher calls. +Ensure you dispatch EE-specific modules using the EE dispatcher `ee/dispatcher.js`. --- |