Skip to content

Commit

Permalink
fix(transforms): Fix typo in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholuj committed Apr 8, 2019
1 parent 5286ac7 commit d6cf4b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/lib/filelink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ export class Filelink {
}

/**
* Adds enchance transformation
* Adds tags transformation
*
* @see https://www.filestack.com/docs/api/processing/#tags
* @returns this
Expand All @@ -767,6 +767,8 @@ export class Filelink {
return this.addTask('tags', true);
}



/**
* Adds sfw transformation
*
Expand Down
2 changes: 1 addition & 1 deletion src/schema/transforms.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const TransformSchema = {
type: 'boolean',
additionalProperties: false,
},
enchance: {
enhance: {
type: 'boolean',
additionalProperties: false,
},
Expand Down

0 comments on commit d6cf4b0

Please sign in to comment.