Просмотр исходного кода

Merge pull request #9709 from jasonsturges/docs/helpers

Helpers documentation
sebavan 4 лет назад
Родитель
Сommit
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 includes by default a skybox and a ground relying on the BackgroundMaterial.
  * It also helps with the default setup of your imageProcessing configuration.
  * It also helps with the default setup of your imageProcessing configuration.
  */
  */