Browse Source

Merge pull request #258 from Jiangmenghao/docs/fix-typo

docs: fix typo
Alvaro Saburido 2 years ago
parent
commit
fc731a1dc1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/guide/getting-started.md
  2. 1 1
      docs/guide/migration-guide.md

+ 1 - 1
docs/guide/getting-started.md

@@ -50,7 +50,7 @@ import { TresCanvas } from '@tresjs/core'
 ```
 ```
 
 
 ::: tip
 ::: tip
-This is recommended for performance and bundle size reasons, Three-shaking will work better and you will only import the components that you use.
+This is recommended for performance and bundle size reasons, tree-shaking will work better and you will only import the components that you use.
 :::
 :::
 
 
 ## Vite
 ## Vite

+ 1 - 1
docs/guide/migration-guide.md

@@ -56,7 +56,7 @@ import { TresCanvas } from '@tresjs/core'
 ```
 ```
 
 
 ::: info
 ::: info
-This is recommended for performance and bundle size reasons, Three-shaking will work better and you will only import the components that you use.
+This is recommended for performance and bundle size reasons, tree-shaking will work better and you will only import the components that you use.
 :::
 :::
 
 
 ### TresScene no longer needed
 ### TresScene no longer needed