Skip to content

Commit

Permalink
@uppy/companion: fix typo in redis-emitter.js (#4362)
Browse files Browse the repository at this point in the history
occurence -> occurrence
  • Loading branch information
eltociear authored Mar 20, 2023
1 parent e985741 commit 34cdf85
Showing 1 changed file with 1 addition and 1 deletion.
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 34cdf85

Please sign in to comment.