Переглянути джерело

Merge pull request #9545 from AndreasKl/patch-1

Fixed typo, obejcts -> objects
David Catuhe 4 роки тому
батько
коміт
b988b942da
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Viewer/src/configuration/types/extended.ts

+ 1 - 1
Viewer/src/configuration/types/extended.ts

@@ -3,7 +3,7 @@ import { Tools } from 'babylonjs/Misc/tools';
 
 /**
  * The viewer's "extended" configuration.
- * This configuration defines specific obejcts and parameters that we think make any model look good.
+ * This configuration defines specific objects and parameters that we think make any model look good.
  */
 export let extendedConfiguration: ViewerConfiguration = {
     version: "3.2.0",