Skip to content

Commit ccbe95b

Browse files
authored
Fix typo (#29)
1 parent 087a5cc commit ccbe95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_goals/96_client_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Bokeh uses Tornado and WebSockets for communication between the server and clien
55
code to serialize/deserialize messages.
66
It would be beneficial to decouple Bokeh functionality from the communication implementation and
77
allow others such as those based on Jupyter and ZeroMQ for example.
8-
This would require a review and specification of the required communcation and serialization
8+
This would require a review and specification of the required communication and serialization
99
functionality, and at least two pluggable implementations, one of which would be the current one.

0 commit comments

Comments
 (0)