瀏覽代碼

spelling fix

Trevor Baron 7 年之前
父節點
當前提交
9b84f13f8b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Gizmos/babylon.boundingBoxGizmo.ts

+ 1 - 1
src/Gizmos/babylon.boundingBoxGizmo.ts

@@ -19,7 +19,7 @@ module BABYLON {
          */
         public ignoreChildren = false;
         /**
-         * Returns true if a descendant should be included when computing the bouding box. When null, all descendants are included. If ignoreChildren is set this will be ignored. (Default: null)
+         * Returns true if a descendant should be included when computing the bounding box. When null, all descendants are included. If ignoreChildren is set this will be ignored. (Default: null)
          */
         public includeChildPredicate: Nullable<(abstractMesh: AbstractMesh) => boolean> = null