mtgjson / mtgjson3

MTGJSON repository for Magic Cards
http://mtgjson.com
Other
547 stars 102 forks source link

Battlebond type should be lowercase for consistency #587

Closed taw closed 6 years ago

taw commented 6 years ago

It's a trivial issue, but all other typer are lowercase except:

"type": "Two-Headed Giant"

in https://mtgjson.com/json/BBD-x.json

Probably best to change it to:

"type": "two-headed giant"

ZeldaZach commented 6 years ago

Type is changing to upper case in v4, prematurely added here. Sorry about that, but don't expect a correction on it