Skip to content

Commit 6cf803c

Browse files
fix(healthcare): correct typo 'occured' to 'occurred' in importDicomInstance (#4291)
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. Co-authored-by: Jennifer Davis <sigje@google.com>
1 parent 8941c63 commit 6cf803c

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)