Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Nov 2, 2024
1 parent ba6b3ff commit 101d7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/contentProcessing/GltfTransform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { StructuralMetadataMerger } from "../gltfExtensionsUtils/StructuralMetad
*/
export class GltfTransform {
/**
* The `gltf-transform` IO handler, intialized lazily and cached
* The `gltf-transform` IO handler, initialized lazily and cached
* in `getIO`.
*/
private static io: NodeIO | undefined;
Expand Down

0 comments on commit 101d7f1

Please sign in to comment.