Skip to content

Commit

Permalink
Merge pull request #488 from marvin-j97/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
ryansolid authored Oct 8, 2024
2 parents ec95237 + 5fad68a commit 83c54fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ const isRouting = useIsRouting();

return (
<div classList={{ "grey-out": isRouting() }}>
<MyAwesomeConent />
<MyAwesomeContent />
</div>
);
```
Expand Down

0 comments on commit 83c54fd

Please sign in to comment.