Skip to content

Commit

Permalink
typo say hello (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkinjoh committed Jan 23, 2023
1 parent e20eb63 commit 395f85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -657,7 +657,7 @@ <h3>
&lt;script&gt;
var addConnection = function(connection) {
connection.onmessage = function (message) {
if (message.data == "say hello")
if (message.data == "Say hello")
connection.send("hello");
};
};
Expand Down

0 comments on commit 395f85f

Please sign in to comment.