Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 66984b1

Browse files
authored
Merge pull request #40 from aspnet/danroth27/whitespace
Fix minor whitespace issue
2 parents de61f5b + 59abdbb commit 66984b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ChatSample/ChatSample/wwwroot/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
.withUrl('/chat')
3737
.build();
3838

39-
// Create a function that the hub can call to broadcast messages.
39+
// Create a function that the hub can call to broadcast messages.
4040
connection.on('broadcastMessage', function (name, message) {
4141
// Html encode display name and message.
4242
var encodedName = name;
@@ -67,4 +67,4 @@
6767
});
6868
</script>
6969
</body>
70-
</html>
70+
</html>

0 commit comments

Comments
 (0)