소스 검색

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