Skip to content

Commit f7a9251

Browse files
authored
docs: Fix typo in JSDoc (#1375)
1 parent 829760e commit f7a9251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ssr/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function addPendingPromise(
5252
/**
5353
* Allows awaiting for all pending data sources. Useful to wait for SSR
5454
*
55-
* @param name - optional name of teh firebase app
55+
* @param name - optional name of the firebase app
5656
* @returns - a Promise that resolves with an array of all the resolved pending promises
5757
*/
5858
export function usePendingPromises(app?: FirebaseApp) {

0 commit comments

Comments
 (0)