1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00

fix: mistype in evolveFrom name in french (#273)

This commit is contained in:
June 2022-04-29 12:35:19 +02:00 committed by GitHub
parent a835c6ca29
commit a65798f000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ const card: Card = {
], ],
evolveFrom: { evolveFrom: {
en: "Metagross-EX", en: "Metagross-EX",
fr: "Métalosse-EEX", fr: "Métalosse-EX",
}, },
stage: "MEGA", stage: "MEGA",