Ver Fonte

docs: fix grammar

alvarosabu há 1 ano atrás
pai
commit
6148ac2789
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/advanced/primitive.md

+ 1 - 1
docs/advanced/primitive.md

@@ -30,7 +30,7 @@ The `<primitive />` component is a versatile low-level component in TresJS that
 
 
 ## Usage with Models 
 ## Usage with Models 
 
 
-The `<primitive />` component is is especially usefull to render complex objects like models loaded from external sources. The following example shows how to load a model from a GLTF file and render it using the `<primitive />` component.
+The `<primitive />` component is especially useful for rendering complex objects like models loaded from external sources. The following example shows how to load a model from a GLTF file and render it using the `<primitive />` component.
 
 
 ```html
 ```html
 <script lang="ts" setup>
 <script lang="ts" setup>