Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Mar 25, 2024
1 parent 69384a6 commit 03dee12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/validation/ContentDataValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class ContentDataValidator {
);
const derivedResult = derivedContext.getResult();

// All all extensions that have been found in the content
// Add all extensions that have been found in the content
// to the current context. They also have to appear in
// the 'extensionsUsed' of the containing tileset.
const derivedExtensionsFound = derivedContext.getExtensionsFound();
Expand Down
2 changes: 1 addition & 1 deletion src/validation/TilesetPackageValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class TilesetPackageValidator implements Validator<string> {
);
const derivedResult = derivedContext.getResult();

// All all extensions that have been found in the tileset
// Add all extensions that have been found in the tileset
// to the current context. They also have to appear in
// the 'extensionsUsed' of the containing tileset.
const derivedExtensionsFound = derivedContext.getExtensionsFound();
Expand Down

0 comments on commit 03dee12

Please sign in to comment.