Skip to content

Commit fbc9de8

Browse files
committed
fix: correct metadata description typo
1 parent 5b9788e commit fbc9de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const jetbrainsMono = JetBrains_Mono({
2020

2121
export const metadata: Metadata = {
2222
title: "useSend",
23-
description: "Open source email platoform",
23+
description: "Open source email platform",
2424
icons: [{ rel: "icon", url: "/favicon.ico" }],
2525
};
2626

0 commit comments

Comments
 (0)