Skip to content

Commit

Permalink
@uppy/companion: fix typo in redis-emitter.js (transloadit#4362)
Browse files Browse the repository at this point in the history
occurence -> occurrence
  • Loading branch information
eltociear authored Mar 20, 2023
1 parent 51ba6dd commit 3361e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/emitter/redis-emitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = (redisUrl, redisPubSubScope) => {
}

/**
* Announce the occurence of an event
* Announce the occurrence of an event
*
* @param {string} eventName name of the event
*/
Expand Down

0 comments on commit 3361e0b

Please sign in to comment.