From f2b57fb1a2166a6a0e3b219f6c9ff2ad20628cca Mon Sep 17 00:00:00 2001 From: Kilian <19181985+kilrau@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:43:13 +0200 Subject: [PATCH] chore: fix comment typo Co-authored-by: michael1011 --- src/context/Global.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/Global.tsx b/src/context/Global.tsx index 305a1a89..7e124d7f 100644 --- a/src/context/Global.tsx +++ b/src/context/Global.tsx @@ -287,7 +287,7 @@ const GlobalProvider = (props: { children: any }) => { detectWebLNProvider().then((state: boolean) => setWebln(state)); setWasmSupported(checkWasmSupported()); - // check referal + // check referral const refParam = detectUrlParam("ref"); if (refParam && refParam !== "") { setRef(refParam);