diff --git a/src/main/entities/library/transformation-type.ts b/src/main/entities/library/transformation-type.ts index 9727333..3a850f3 100644 --- a/src/main/entities/library/transformation-type.ts +++ b/src/main/entities/library/transformation-type.ts @@ -34,7 +34,7 @@ export class TransformationType implements IIdentifiableEntity, IMultiNamedEntit public transformations: Promise; /** - * if that trnasformation conserves the tags of the original work + * if that transformation conserves the tags of the original work */ @Column({ nullable: false,