fix: fix typo

This commit is contained in:
Xymorot 2020-04-25 18:42:28 +02:00
parent 288deee56f
commit 5b4444822b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export class TransformationType implements IIdentifiableEntity, IMultiNamedEntit
public transformations: Promise<Transformation[]>;
/**
* if that trnasformation conserves the tags of the original work
* if that transformation conserves the tags of the original work
*/
@Column({
nullable: false,