Skip to content

Commit

Permalink
fix README typo (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollin authored May 9, 2023
1 parent 7bd0683 commit a34aff0
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 @@ -774,7 +774,7 @@ A hook for a quick way to add helpers to existing nodes in the scene. It handles
```jsx
const mesh = useRef()
useHelper(mesh, BoxHelper, 'cyan')
useHelper(condition && mesh, BoxHelper, 'red') // you can passe false instead of the object ref to hide the helper
useHelper(condition && mesh, BoxHelper, 'red') // you can pass false instead of the object ref to hide the helper
<mesh ref={mesh} ... />
```
Expand Down

1 comment on commit a34aff0

@vercel
Copy link

@vercel vercel bot commented on a34aff0 May 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.