Skip to content

Commit d43a96c

Browse files
authored
Merge pull request #371 from yarikoptic/bf-spell
BF: minor spelling fixes ran into
2 parents 90ac639 + 9876722 commit d43a96c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/issues/list.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ module.exports = {
275275
55: {
276276
key: 'JSON_SCHEMA_VALIDATION_ERROR',
277277
severity: 'error',
278-
reason: 'JSON file is not formatted according the the schema.'
278+
reason: 'JSON file is not formatted according the schema.'
279279
},
280280
56: {
281281
key: 'Participants age 89 or higher',
@@ -330,6 +330,6 @@ module.exports = {
330330
66: {
331331
key: 'SLICETIMING_VALUES_GREATOR_THAN_REPETITION_TIME',
332332
severity: 'error',
333-
reason: '"SliceTiming" value/s contains invalid value as it is greator than RepetitionTime. SliceTiming values should be in seconds not milliseconds (common mistake).'
333+
reason: '"SliceTiming" value/s contains invalid value as it is greater than RepetitionTime. SliceTiming values should be in seconds not milliseconds (common mistake).'
334334
}
335335
};

0 commit comments

Comments
 (0)