Skip to content

Commit

Permalink
docs(useLocalStorage): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mturley committed Aug 10, 2022
1 parent 6e93833 commit 7393042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useLocalStorage/useLocalStorage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const WelcomeModalExample: React.FunctionComponent = () => {
If you checked the "don't show this again" box, try reloading the page
and returning here and you'll see the welcome modal won't come back. If you
want to see it again, clear your browsing data or try an incognito tab, or use the
"Clear localStorage for all examples" button above.
"Clear localStorage for all examples" button below.
</Text>
<Button variant="secondary" onClick={() => setIsExamplePageOpen(false)}>
Go back
Expand Down

0 comments on commit 7393042

Please sign in to comment.