Skip to content

Commit c837187

Browse files
authored
Typo (#89)
1 parent 691c668 commit c837187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextjs-app/app/client-utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { toast } from "sonner";
55

66
export function handleError(error: unknown) {
77
if (isCorsOriginError(error)) {
8-
// If the error is a CORS origin error, lets display that specific error.
8+
// If the error is a CORS origin error, let's display that specific error.
99
const { addOriginUrl } = error;
1010
toast.error(`Sanity Live couldn't connect`, {
1111
description: `Your origin is blocked by CORS policy`,

0 commit comments

Comments
 (0)