Skip to content

Commit e911aac

Browse files
bwendt-mylotunnckoCore
authored andcommitted
Fixing API documentation header (#62)
* Fixing API documentation header * Updating documentjs comment
1 parent 4517958 commit e911aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function mitt(all: EventHandlerMap) {
5151
*
5252
* @param {String} type The event type to invoke
5353
* @param {Any} [evt] Any value (object is recommended and powerful), passed to each handler
54-
* @memberof mitt
54+
* @memberOf mitt
5555
*/
5656
emit(type: string, evt: any) {
5757
(all[type] || []).map((handler) => { handler(evt); });

0 commit comments

Comments
 (0)