mtgjson / mtgjson3

MTGJSON repository for Magic Cards

Home Page:http://mtgjson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battlebond type should be lowercase for consistency

taw opened this issue · comments

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"

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