Skip to content

Commit 68c2cbd

Browse files
committed
Fix typo in language string
1 parent 9b7b039 commit 68c2cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const pagePath = (collection: string, slug: string): string => {
1717
};
1818

1919
export const formatDate = (date: Date): string => {
20-
return date.toLocaleDateString("en-USs", {
20+
return date.toLocaleDateString("en-US", {
2121
year: "numeric",
2222
month: "long",
2323
day: "numeric",

0 commit comments

Comments
 (0)