From 8bfab3f626945328c060585cb79118fd064b5835 Mon Sep 17 00:00:00 2001 From: LeafyLi Date: Sat, 12 Sep 2020 15:43:23 -0400 Subject: [PATCH] Fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d54b6ef8c..9e99778bf 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ import 'react-chat-widget/lib/styles.css'; function App() { const handleNewUserMessage = (newMessage) => { console.log(`New message incoming! ${newMessage}`); - // Now send the message throught the backend API + // Now send the message through the backend API }; return ( @@ -109,7 +109,7 @@ function App() { const handleNewUserMessage = (newMessage) => { console.log(`New message incoming! ${newMessage}`); - // Now send the message throught the backend API + // Now send the message through the backend API addResponseMessage(response); }; @@ -142,7 +142,7 @@ function App() { const handleNewUserMessage = (newMessage) => { console.log(`New message incoming! ${newMessage}`); - // Now send the message throught the backend API + // Now send the message through the backend API }; return (