浏览代码

docs: fix typo

Jiangmenghao 2 年之前
父节点
当前提交
4a38796f35
共有 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