Selaa lähdekoodia

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

occurence -> occurrence
Ikko Eltociear Ashimine 2 vuotta sitten
vanhempi
commit
34cdf85d0d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
    */