Skip to content

Commit 8826846

Browse files
committed
More doc fixes
1 parent 04bbe36 commit 8826846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages-exp/app-check-exp/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export { ReCaptchaV3Provider, CustomProvider } from './providers';
3434
/**
3535
* Activate App Check for the given app. Can be called only once per app.
3636
* @param app - the FirebaseApp to activate App Check for
37-
* @param options - Provider implementation that can return an App Check token
37+
* @param options - App Check initialization options
3838
* @public
3939
*/
4040
export function initializeAppCheck(

packages-exp/app-check-exp/src/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function writeTokenToStorage(
5757
if (isIndexedDBAvailable()) {
5858
return writeTokenToIndexedDB(app, token).catch(e => {
5959
// swallow the error and resolve the promise
60-
logger.warn(`Failed to write token to indexeddb. Error: ${e}`);
60+
logger.warn(`Failed to write token to IndexedDB. Error: ${e}`);
6161
});
6262
}
6363

0 commit comments

Comments
 (0)