Prechádzať zdrojové kódy

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

occurence -> occurrence
Ikko Eltociear Ashimine 2 rokov pred
rodič
commit
34cdf85d0d

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