Skip to content

Commit 92f0c86

Browse files
fix(healthcare): correct typo 'occured' to 'occurred' in importDicomInstance
Minor spelling fix in the console.log string emitted when a DICOM import operation returns a sample error. User-facing output only; no behavior change.
1 parent c715cf1 commit 92f0c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

healthcare/dicom/importDicomInstance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const main = (
7373
} else {
7474
console.log('Encountered errors. Sample error:');
7575
console.log(
76-
'Resource on which error occured:',
76+
'Resource on which error occurred:',
7777
data.error.details[0]['sampleErrors'][0]['resource']
7878
);
7979
console.log(

0 commit comments

Comments
 (0)