From 52ce8031a3cdac563d7af8bafcdb42315906db27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 23 Jul 2020 15:17:33 +0200 Subject: [PATCH] Update react/features/chat/components/native/Chat.js --- react/features/chat/components/native/Chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/chat/components/native/Chat.js b/react/features/chat/components/native/Chat.js index 8ee71332e..3f874314f 100644 --- a/react/features/chat/components/native/Chat.js +++ b/react/features/chat/components/native/Chat.js @@ -22,7 +22,7 @@ import MessageRecipient from './MessageRecipient'; */ class Chat extends AbstractChat { /** - * Instantiates a new instance. + * Creates a new instance. * * @inheritdoc */