Skip to content

Commit

Permalink
Very small typo (useFrame)
Browse files Browse the repository at this point in the history
You -> Your
  • Loading branch information
benlazzero authored Dec 3, 2022
1 parent e296475 commit 3505953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API/hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function Foo() {
```
<Hint>
Be careful about what you do inside useFrame! You should never setState in there! You calculations should be slim and
Be careful about what you do inside useFrame! You should never setState in there! Your calculations should be slim and
you should mind all the commonly known pitfalls when dealing with loops in general, like re-use of variables, etc.
</Hint>
Expand Down

0 comments on commit 3505953

Please sign in to comment.