Typo in streaming (#9021)

pull/9035/head
Antoine Griffard 2018-10-15 18:41:39 +02:00 committed by Luke Latham
parent 1b16eded26
commit fc719ac941
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ JavaScript clients call streaming methods on hubs by using `connection.stream`.
[!code-javascript[Streaming javascript](streaming/sample/wwwroot/js/stream.js?range=19-36)]
To end the stream from the client call the `dispose` method on the `ISubscription` that is returned from the `subscribe` method.
To end the stream from the client, call the `dispose` method on the `ISubscription` that is returned from the `subscribe` method.
## Related resources