Skip to content

Commit 6dae17d

Browse files
committed
Spelling
1 parent d6af5a7 commit 6dae17d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/activity/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

packages/worker/src/interceptors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)