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);