From 3134d71fd2b2e53b76717ac41bfa76fbf62df788 Mon Sep 17 00:00:00 2001 From: Luke Nelson Date: Mon, 12 Jun 2023 11:59:33 +0100 Subject: [PATCH] Fix typo --- src/ssr/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssr/plugin.ts b/src/ssr/plugin.ts index 8383b5ca..2efc9089 100644 --- a/src/ssr/plugin.ts +++ b/src/ssr/plugin.ts @@ -52,7 +52,7 @@ export function addPendingPromise( /** * Allows awaiting for all pending data sources. Useful to wait for SSR * - * @param name - optional name of teh firebase app + * @param name - optional name of the firebase app * @returns - a Promise that resolves with an array of all the resolved pending promises */ export function usePendingPromises(app?: FirebaseApp) {