Skip to content

Commit 395f85f

Browse files
authored
typo say hello (#512)
1 parent e20eb63 commit 395f85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ <h3>
657657
&lt;script&gt;
658658
var addConnection = function(connection) {
659659
connection.onmessage = function (message) {
660-
if (message.data == "say hello")
660+
if (message.data == "Say hello")
661661
connection.send("hello");
662662
};
663663
};

0 commit comments

Comments
 (0)