We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829760e commit f7a9251Copy full SHA for f7a9251
src/ssr/plugin.ts
@@ -52,7 +52,7 @@ export function addPendingPromise(
52
/**
53
* Allows awaiting for all pending data sources. Useful to wait for SSR
54
*
55
- * @param name - optional name of teh firebase app
+ * @param name - optional name of the firebase app
56
* @returns - a Promise that resolves with an array of all the resolved pending promises
57
*/
58
export function usePendingPromises(app?: FirebaseApp) {
0 commit comments