Skip to content

Commit 1ab1e08

Browse files
authored
Merge pull request #178 from nmenglund/patch-1
Fix typos in useSet, useMap taglines
2 parents 45e0ee0 + 0a9fc00 commit 1ab1e08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

usehooks.com/src/content/hooks/useMap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: useMap
33
rank: 28
4-
tagline: Synchonize and update state based on the Map data structure with useMap.
4+
tagline: Synchronize and update state based on the Map data structure with useMap.
55
sandboxId: usemap-ev8nd1
66
previewHeight: 300px
77
relatedHooks:

usehooks.com/src/content/hooks/useSet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: useSet
33
rank: 30
4-
tagline: Synchonize and update state based on the Set data structure with useSet.
4+
tagline: Synchronize and update state based on the Set data structure with useSet.
55
sandboxId: useset-2jx1ou
66
previewHeight: 500px
77
relatedHooks:

0 commit comments

Comments
 (0)