Skip to content

Commit a6a2ee2

Browse files
rwblaireffigies
andauthored
Update src/issues/list.ts
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent c1c5c0c commit a6a2ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/issues/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const bidsIssues: IssueDefinitionRecord = {
1111
},
1212
JSON_NOT_AN_OBJECT: {
1313
severity: 'error',
14-
reason: 'Parsed json file contains an array as its root element and not an object.',
14+
reason: 'Parsed JSON file does not contain an object.',
1515
},
1616
MISSING_DATASET_DESCRIPTION: {
1717
severity: 'error',

0 commit comments

Comments
 (0)