Skip to content

Commit

Permalink
fix a typo in documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Rentz [email protected]
  • Loading branch information
Eddykasp committed Oct 9, 2024
1 parent 68addb7 commit 2a41812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/klighd-core/src/preferences-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class PreferencesRegistry extends Registry {
}
}

/** Notifies the server about changed preferences that are supported by the server. */
/** Notifies the server about changed preferences that are supported by the client. */
private notifyServer() {
this.connection.onReady().then(async () => {
const obj = {
Expand Down

0 comments on commit 2a41812

Please sign in to comment.