David Catuhe пре 6 година
родитељ
комит
a2606460dd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Bones/skeleton.ts

+ 1 - 1
src/Bones/skeleton.ts

@@ -520,7 +520,7 @@ export class Skeleton implements IAnimatable {
     /**
      * Clone the current skeleton
      * @param name defines the name of the new skeleton
-     * @param id defines the id of the enw skeleton
+     * @param id defines the id of the new skeleton
      * @returns the new skeleton
      */
     public clone(name: string, id: string): Skeleton {