fix: fix typo

This commit is contained in:
Xymorot 2020-04-21 00:48:01 +02:00
parent 9f411cf6c8
commit 27c252cd0c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export class WorkCharacter implements IIdentifiableEntity, IMultiNamedEntity {
public characterTags: Promise<CharacterTag[]>; public characterTags: Promise<CharacterTag[]>;
/** /**
* existing characters characer is based on * existing characters character is based on
*/ */
@ManyToMany(() => WorldCharacter, (worldCharacter: WorldCharacter) => worldCharacter.workCharacters) @ManyToMany(() => WorldCharacter, (worldCharacter: WorldCharacter) => worldCharacter.workCharacters)
public worldCharacters: Promise<WorldCharacter[]>; public worldCharacters: Promise<WorldCharacter[]>;