fix evolvesFrom typo

This commit is contained in:
Tee
2021-03-24 22:52:27 -04:00
parent aa62e1b6ee
commit 5d45d75720

View File

@ -15,7 +15,7 @@ export interface ICard {
subtypes: string[];
hp?: string;
types?: string[];
evolesFrom?: string;
evolvesFrom?: string;
evolvesTo?: string[];
rules?: string[];
ancientTrait?: IAncientTrait;