pmndrs / drei

🥉 useful helpers for react-three-fiber
https://drei.pmnd.rs/
MIT License
7.83k stars 642 forks source link

Docs Typo Issue #1998

Open JongMany opened 2 weeks ago

JongMany commented 2 weeks ago

There's a typo in this document.

In This Document

<mesh castShadow>
  <torusKnotGeonetry />
  <MeshDiscardMaterial />
  {/* Shadows and edges will show, but the model itself won't */}
  <Edges />

Fixed To be

<mesh castShadow>
  <torusKnotGeometry />
  <MeshDiscardMaterial />
  {/* Shadows and edges will show, but the model itself won't */}
  <Edges />