Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timoclsn committed Dec 13, 2023
1 parent 3001dbf commit 10b9a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/lib/sanity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const queryContent = async <TSchema extends z.ZodTypeAny>(
try {
isDraftMode = draftMode().isEnabled;
} catch (error) {
// Ignire error
// Ignore error
}

const useCdn = !isDraftMode && cache === "dynamic";
Expand Down

0 comments on commit 10b9a67

Please sign in to comment.