Skip to content

Commit d9beaa6

Browse files
committed
refine public documentations
1 parent 60ab3ec commit d9beaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/installations-exp/src/api/on-id-change.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { FirebaseInstallations } from '@firebase/installations-types-exp';
2626
*/
2727
export type IdChangeCallbackFn = (installationId: string) => void;
2828
/**
29-
* An unsubscribe function that will remove the onIdChange callback when called.
29+
* Unsubscribe a callback function previously added via {@link #IdChangeCallbackFn}.
3030
*
3131
* @public
3232
*/

0 commit comments

Comments
 (0)