Skip to content

Commit b8caa9d

Browse files
Update packages/app-check-types/index.d.ts
Co-authored-by: Kevin Cheung <[email protected]>
1 parent 3b0ce02 commit b8caa9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-check-types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface FirebaseAppCheck {
4242
/**
4343
* Get the current App Check token. Attaches to the most recent
4444
* in-flight request if one is present. Returns null if no token
45-
* is present and no token requests are in-flight.
45+
* is present and no token requests are in flight.
4646
*
4747
* @param forceRefresh - If true, will always try to fetch a fresh token.
4848
* If false, will use a cached token if found in storage.

0 commit comments

Comments
 (0)