Przeglądaj źródła

docs: fix grammar abstraction

alvarosabu 1 rok temu
rodzic
commit
32d11dd923
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/advanced/primitive.md

+ 1 - 1
docs/advanced/primitive.md

@@ -1,6 +1,6 @@
 # Primitives
 # Primitives
 
 
-The `<primitive />` component is a versatile low-level component in TresJS that allows you to directly use any Three.js object within your Vue application without any abstraction. It acts as a bridge between Vue's reactivity system and Three.js's scene graph.
+The `<primitive />` component is a versatile low-level component in TresJS that allows you to directly use any Three.js object within your Vue application without an abstraction. It acts as a bridge between Vue's reactivity system and Three.js's scene graph.
 
 
 ## Usage
 ## Usage