Преглед изворни кода

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

occurence -> occurrence
Ikko Eltociear Ashimine пре 2 година
родитељ
комит
34cdf85d0d
1 измењених фајлова са 1 додато и 1 уклоњено
  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
    */