We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971bc52 commit 29ad0f1Copy full SHA for 29ad0f1
packages/element-web-module-api/src/api/client.ts
@@ -17,11 +17,11 @@ export interface AccountDataApi {
17
*/
18
get(eventType: string): unknown;
19
/**
20
- * Sett account data on the homeserver.
+ * Set account data on the homeserver.
21
22
set(eventType: string, content: unknown): Promise<void>;
23
24
- * Delete account data from homeserver.
+ * Changes the content of this event to be empty.
25
26
delete(eventType: string): Promise<void>;
27
}
0 commit comments