Skip to content

Commit

Permalink
chore: fix comment typo
Browse files Browse the repository at this point in the history
Co-authored-by: michael1011 <[email protected]>
  • Loading branch information
kilrau and michael1011 committed Aug 15, 2024
1 parent 43e217c commit f2b57fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/Global.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f2b57fb

Please sign in to comment.