diff --git a/testing.md b/testing.md index d5066a2..c10e53e 100644 --- a/testing.md +++ b/testing.md @@ -111,10 +111,10 @@ A minimum valid BODS entity statement looks like this: "recordType": "entity", "recordDetails": { "entityType": { - `"type": "unknownEntity" + "type": "unknownEntity" }, - "isComponent": false, - }, + "isComponent": false + } } ] ```