瀏覽代碼

Fixed typo, obejcts -> objects

Andreas Kluth 4 年之前
父節點
當前提交
5b66a865b7
共有 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",