Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pvh committed Aug 18, 2024
1 parent 4d7a6da commit c89670b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/automerge-repo/src/Repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export class Repo extends EventEmitter<RepoEvents> {
if (!clonedHandle.isReady()) {
throw new Error(
`Cloned handle is not yet in ready state.
(Try await handle.waitForReady() first.)`
(Try await handle.whenReady() first.)`
)
}

Expand Down

0 comments on commit c89670b

Please sign in to comment.