浏览代码

Merge pull request #9709 from jasonsturges/docs/helpers

Helpers documentation
sebavan 4 年之前
父节点
当前提交
3c8ed9714a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Helpers/environmentHelper.ts

+ 1 - 1
src/Helpers/environmentHelper.ts

@@ -185,7 +185,7 @@ interface ISceneSize {
 }
 
 /**
- * The Environment helper class can be used to add a fully featuread none expensive background to your scene.
+ * The Environment helper class can be used to add a fully featured none expensive background to your scene.
  * It includes by default a skybox and a ground relying on the BackgroundMaterial.
  * It also helps with the default setup of your imageProcessing configuration.
  */