Skip to content

Commit 9d1c72c

Browse files
Update packages/app-check/src/api.ts
Co-authored-by: Kevin Cheung <[email protected]>
1 parent d011093 commit 9d1c72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-check/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export function setTokenAutoRefreshEnabled(
187187
state.isTokenAutoRefreshEnabled = isTokenAutoRefreshEnabled;
188188
}
189189
/**
190-
* Get the current App Check token. If `forceRefresh` is false, it first
190+
* Get the current App Check token. If `forceRefresh` is false, this function first
191191
* checks for a valid token in memory, then local persistence (IndexedDB).
192192
* If not found, or if `forceRefresh` is true, it makes a request to the
193193
* App Check endpoint for a fresh token. That request attaches

0 commit comments

Comments
 (0)