@@ -11,7 +11,7 @@ public static class WatcherExt
1111 /// <typeparam name="L">type of the HttpOperationResponse object</typeparam>
1212 /// <param name="responseTask">the api response</param>
1313 /// <param name="onEvent">a callback when any event raised from api server</param>
14- /// <param name="onError">a callbak when any exception was caught during watching</param>
14+ /// <param name="onError">a callback when any exception was caught during watching</param>
1515 /// <param name="onClosed">
1616 /// The action to invoke when the server closes the connection.
1717 /// </param>
@@ -47,7 +47,7 @@ private static Func<Task<TextReader>> MakeStreamReaderCreator<T, L>(Task<HttpOpe
4747 /// <typeparam name="L">type of the HttpOperationResponse object</typeparam>
4848 /// <param name="response">the api response</param>
4949 /// <param name="onEvent">a callback when any event raised from api server</param>
50- /// <param name="onError">a callbak when any exception was caught during watching</param>
50+ /// <param name="onError">a callback when any exception was caught during watching</param>
5151 /// <param name="onClosed">
5252 /// The action to invoke when the server closes the connection.
5353 /// </param>
@@ -68,7 +68,7 @@ public static Watcher<T> Watch<T, L>(
6868 /// <typeparam name="T">type of the event object</typeparam>
6969 /// <typeparam name="L">type of the HttpOperationResponse object</typeparam>
7070 /// <param name="responseTask">the api response</param>
71- /// <param name="onError">a callbak when any exception was caught during watching</param>
71+ /// <param name="onError">a callback when any exception was caught during watching</param>
7272 /// <param name="cancellationToken">cancellation token</param>
7373 /// <returns>IAsyncEnumerable of watch events</returns>
7474 public static IAsyncEnumerable < ( WatchEventType , T ) > WatchAsync < T , L > (
0 commit comments