浏览代码

docs: fix grammar

alvarosabu 1 年之前
父节点
当前提交
6148ac2789
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 
 
-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
 <script lang="ts" setup>