Browse Source

Update react/features/chat/components/native/Chat.js

master
Saúl Ibarra Corretgé 5 years ago
parent
commit
52ce8031a3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/chat/components/native/Chat.js

+ 1
- 1
react/features/chat/components/native/Chat.js View File

@@ -22,7 +22,7 @@ import MessageRecipient from './MessageRecipient';
22 22
  */
23 23
 class Chat extends AbstractChat<Props> {
24 24
     /**
25
-     * Instantiates a new instance.
25
+     * Creates a new instance.
26 26
      *
27 27
      * @inheritdoc
28 28
      */

Loading…
Cancel
Save