Browse Source

@uppy/companion: fix typo in redis-emitter.js (#4362)

occurence -> occurrence
Ikko Eltociear Ashimine 2 years ago
parent
commit
34cdf85d0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@uppy/companion/src/server/emitter/redis-emitter.js

+ 1 - 1
packages/@uppy/companion/src/server/emitter/redis-emitter.js

@@ -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
    */