Skip to content

Commit 83c54fd

Browse files
authored
Merge pull request #488 from marvin-j97/patch-1
Fix typo in README
2 parents ec95237 + 5fad68a commit 83c54fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ const isRouting = useIsRouting();
856856

857857
return (
858858
<div classList={{ "grey-out": isRouting() }}>
859-
<MyAwesomeConent />
859+
<MyAwesomeContent />
860860
</div>
861861
);
862862
```

0 commit comments

Comments
 (0)