From 884190c97125d642aa2e8004220689c00b4b2e39 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 5 Aug 2021 16:17:20 +1000 Subject: [PATCH] Phrasing --- examples/store-reactjs-chat/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/store-reactjs-chat/src/App.js b/examples/store-reactjs-chat/src/App.js index b408966fce..8c1c0bdfc8 100644 --- a/examples/store-reactjs-chat/src/App.js +++ b/examples/store-reactjs-chat/src/App.js @@ -72,7 +72,7 @@ function App() { } }; - // This demonstrates one way to wait to be connected to a store node. + // This demonstrates how to wait for a connection to a store node. // // This is only for demonstration purposes as it is not needed in this // example app as we query the store node every 10s and catch if it fails.