Skip to content

Commit

Permalink
docs: correct spelling of <torusKnotGeometry /> in README (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
seantai committed Oct 29, 2022
1 parent 179b28b commit 7cae732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2406,7 +2406,7 @@ Now refer to it with the `useMask` hook and the same id, your content will now b
const stencil = useMask(1)
return (
<mesh>
<torusKnotGeoometry />
<torusKnotGeometry />
<meshStandardMaterial {...stencil} />
```

Expand Down

0 comments on commit 7cae732

Please sign in to comment.