@@ -11,7 +11,7 @@ public static class WatcherExt
11
11
/// <typeparam name="L">type of the HttpOperationResponse object</typeparam>
12
12
/// <param name="responseTask">the api response</param>
13
13
/// <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>
15
15
/// <param name="onClosed">
16
16
/// The action to invoke when the server closes the connection.
17
17
/// </param>
@@ -47,7 +47,7 @@ private static Func<Task<TextReader>> MakeStreamReaderCreator<T, L>(Task<HttpOpe
47
47
/// <typeparam name="L">type of the HttpOperationResponse object</typeparam>
48
48
/// <param name="response">the api response</param>
49
49
/// <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>
51
51
/// <param name="onClosed">
52
52
/// The action to invoke when the server closes the connection.
53
53
/// </param>
@@ -68,7 +68,7 @@ public static Watcher<T> Watch<T, L>(
68
68
/// <typeparam name="T">type of the event object</typeparam>
69
69
/// <typeparam name="L">type of the HttpOperationResponse object</typeparam>
70
70
/// <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>
72
72
/// <param name="cancellationToken">cancellation token</param>
73
73
/// <returns>IAsyncEnumerable of watch events</returns>
74
74
public static IAsyncEnumerable < ( WatchEventType , T ) > WatchAsync < T , L > (
0 commit comments