Skip to content

Commit

Permalink
Fix typo in TSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Dec 4, 2024
1 parent d17fa65 commit 163bb1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/validation/metadata/MetadataClassValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class MetadataClassValidator {
* @param name - The name of the class
* @param metadataClass - The actual `MetadataClass`
* @param schema - The `Schema`
* @param context - The `ValidatonContext`
* @param context - The `ValidationContext`
* @returns Whether the object was valid
*/
static validateMetadataClass(
Expand Down
2 changes: 1 addition & 1 deletion src/validation/metadata/MetadataEnumValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class MetadataEnumValidator {
* @param metadataEnumPath - The path for `ValidationIssue` instances
* @param enumName - The name of the enum
* @param metadataEnum - The actual `MetadataEnum`
* @param context - The `ValidatonContext`
* @param context - The `ValidationContext`
* @returns Whether the object was valid
*/
static validateMetadataEnum(
Expand Down
2 changes: 1 addition & 1 deletion src/validation/metadata/SchemaDefinitionValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class SchemaDefinitionValidator {
* @param name - A name for the containing object (usually 'tileset')
* @param schema - The `schema` object from the JSON
* @param schemaUri - The `schemaUri` from the JSON
* @param context - The `ValidatonContext`
* @param context - The `ValidationContext`
* @returns The schema definition validation result
*/
static async validateSchemaDefinition(
Expand Down

0 comments on commit 163bb1e

Please sign in to comment.