File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ export class Context {
360360 * May throw an {@link IllegalStateError} if the Activity is running inside a `MockActivityEnvironment`
361361 * that was created without a Client.
362362 *
363- * @experimental Client support over `NativeConnection` is experimental. Error handling maybe
363+ * @experimental Client support over `NativeConnection` is experimental. Error handling may be
364364 * incomplete or different from what would be observed using a {@link Connection}
365365 * instead. Client doesn't support cancellation through a Signal.
366366 */
@@ -511,7 +511,7 @@ export function cancellationSignal(): AbortSignal {
511511 *
512512 * This is a shortcut for `Context.current().client` (see {@link Context.client}).
513513 *
514- * @experimental Client support over `NativeConnection` is experimental. Error handling maybe
514+ * @experimental Client support over `NativeConnection` is experimental. Error handling may be
515515 * incomplete or different from what would be observed using a {@link Connection}
516516 * instead. Client doesn't support cancellation through a Signal.
517517 */
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export interface WorkerInterceptors {
9696 /**
9797 * Interceptors for the Client provided by the Worker to Activities.
9898 *
99- * @experimental Client support over `NativeConnection` is experimental. Error handling maybe
99+ * @experimental Client support over `NativeConnection` is experimental. Error handling may be
100100 * incomplete or different from what would be observed using a {@link Connection}
101101 * instead. Client doesn't support cancellation through a Signal.
102102 */
You can’t perform that action at this time.
0 commit comments