Browse Source

fix(chore) fix typo

master
John Wu 4 years ago
parent
commit
f225ce886f
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/e2ee/middleware.js

+ 1
- 1
react/features/e2ee/middleware.js View File

@@ -23,7 +23,7 @@ MiddlewareRegistry.register(({ dispatch, getState }) => next => action => {
23 23
             logger.debug(`E2EE will be ${action.enabled ? 'enabled' : 'disabled'}`);
24 24
             conference.toggleE2EE(action.enabled);
25 25
 
26
-            // Broadccast that we enabled / disabled E2EE.
26
+            // Broadcast that we enabled / disabled E2EE.
27 27
             const participant = getLocalParticipant(getState);
28 28
 
29 29
             dispatch(participantUpdated({

Loading…
Cancel
Save