Skip to content

Commit

Permalink
Reword
Browse files Browse the repository at this point in the history
  • Loading branch information
benitav committed Feb 14, 2024
1 parent 3d31de8 commit aee0eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/powersync-sdk-common/src/utils/BaseObserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class BaseObserver<T extends BaseListener = BaseListener> implements Base
}

/**
* Register a listener for updates on the PowerSync client.
* Register a listener for updates to the PowerSync client.
*/
registerListener(listener: Partial<T>): () => void {
const id = v4();
Expand Down

0 comments on commit aee0eaf

Please sign in to comment.