aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 75fd040..945861f 100644
--- a/src/index.js
+++ b/src/index.js
@@ -42,7 +42,7 @@ export default function mitt(all: EventHandlerMap) {
/**
* Invoke all handlers for the given type.
- * If present, `"*"` handlers are invoked prior to type-matched handlers.
+ * If present, `"*"` handlers are invoked after type-matched handlers.
*
* @param {String} type The event type to invoke
* @param {Any} [evt] Any value (object is recommended and powerful), passed to each handler