Skip to content

Commit 49b17ed

Browse files
authored
Merge pull request #161 from uidotdev/lf/fix-typo
Fix typo in page description
2 parents 461b909 + d0d8d20 commit 49b17ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usehooks.com/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const hooks = await getCollection("hooks");
1111

1212
<Layout
1313
title="Easy to understand React Hook recipes – useHooks"
14-
description="A collection of 50 React Server Componenet safe React hooks"
14+
description="A collection of 50 React Server Component safe React hooks"
1515
>
1616
<NavMain />
1717
<HomeHero />

0 commit comments

Comments
 (0)