Mojira Archive
MC-241803

credits.json: Line 2632 has typo in (C instead of O)

The text in the file currently reads:

"title": "Crganizational Coaches",
                "names": [
                    "Marie Stålkrantz"
                ]
            },
            {

I believe it should be:

"title": "Organizational Coach",
                "names": [
                    "Marie Stålkrantz"
                ]
            },
            {