Skip to content

Commit aee0eaf

Browse files
committed
Reword
1 parent 3d31de8 commit aee0eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync-sdk-common/src/utils/BaseObserver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class BaseObserver<T extends BaseListener = BaseListener> implements Base
1616
}
1717

1818
/**
19-
* Register a listener for updates on the PowerSync client.
19+
* Register a listener for updates to the PowerSync client.
2020
*/
2121
registerListener(listener: Partial<T>): () => void {
2222
const id = v4();

0 commit comments

Comments
 (0)