Skip to content

Commit 6fecb48

Browse files
committed
fix typo
1 parent 46f55f4 commit 6fecb48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/changelog/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ export const metadata: Metadata = {
3232
};
3333

3434
export default async function RootLayout({children}: {children: React.ReactNode}) {
35-
const {hash: chngelogsHash} = await getChangelogs();
35+
const {hash: changelogsHash} = await getChangelogs();
3636
return (
3737
<html lang="en">
38-
<body className={`${rubik.variable}`} data-content-hash={chngelogsHash}>
38+
<body className={`${rubik.variable}`} data-content-hash={changelogsHash}>
3939
<Theme accentColor="iris" grayColor="sand" radius="large" scaling="95%">
4040
{children}
4141
</Theme>

0 commit comments

Comments
 (0)