소스 검색

Merge branch 'main' of github.com:Tresjs/tres

alvarosabu 2 년 전
부모
커밋
9db815654c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
-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

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

@@ -56,7 +56,7 @@ import { TresCanvas } from '@tresjs/core'
 ```
 
 ::: 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