Skip to content

Commit 8a60071

Browse files
committed
docs(readme): fix typo
1 parent 469a860 commit 8a60071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let make = () => {
2828
let (isVisible, ref) = ReactIsVisible.useIsVisible();
2929
3030
<h1 ref>
31-
{(isVisible ? "I'm visible!" : "I'm not visibile") |> React.string}
31+
{(isVisible ? "I'm visible!" : "I'm not visible") |> React.string}
3232
</h1>;
3333
};
3434
```

0 commit comments

Comments
 (0)