Преглед на файлове

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