From 5b4444822ba31adc176eeec947d85332951fe079 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Sat, 25 Apr 2020 18:42:28 +0200 Subject: [PATCH] fix: fix typo --- src/main/entities/library/transformation-type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,