Skip to content

Commit 5fb3597

Browse files
authored
docs: Fix Connection.connect in CHANGELOG (#723)
1 parent fcdec2d commit 5fb3597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Breaking changes marked with a :boom:
9393
AFTER:
9494

9595
```ts
96-
const connection = await Connection.create(...);
96+
const connection = await Connection.connect(...);
9797
const client = new WorkflowClient({ connection, ...options });
9898
```
9999

0 commit comments

Comments
 (0)