Skip to content

Commit

Permalink
Fix typo in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Aug 13, 2024
1 parent 7d0b625 commit 74eafaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/node/legacy/Examples/client-reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ describe.skip("Client Reset with Seamless Loss", () => {
// :remove-end:
},
},
error: handleSyncError, // invoked with destructive schema changes
onError: handleSyncError, // invoked with destructive schema changes
},
};
// :snippet-end:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ const config = {
console.log("New realm path", afterRealm.path);
},
},
error: handleSyncError, // invoked with destructive schema changes
onError: handleSyncError, // invoked with destructive schema changes
},
};

0 comments on commit 74eafaa

Please sign in to comment.