Skip to content

Commit 5fd56a4

Browse files
Update packages/auth/src/model/public_types.ts
Co-authored-by: Kevin Cheung <[email protected]>
1 parent b9b8f5a commit 5fd56a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/model/public_types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ export interface Auth {
313313
*/
314314
useDeviceLanguage(): void;
315315
/**
316-
* Signs out the current user. This does not automatically revoke the user's id token.
316+
* Signs out the current user. This does not automatically revoke the user's ID token.
317317
*/
318318
signOut(): Promise<void>;
319319
}

0 commit comments

Comments
 (0)