Browse Source

Merge pull request #9709 from jasonsturges/docs/helpers

Helpers documentation
sebavan 4 years ago
parent
commit
3c8ed9714a
1 changed files with 1 additions and 1 deletions
  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.
  */