From 92f0c860b00b6260f5d271eaacd7b3f6e0e6bd90 Mon Sep 17 00:00:00 2001 From: Mohammad Mseet Date: Mon, 20 Apr 2026 02:21:00 +0200 Subject: [PATCH] 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. --- healthcare/dicom/importDicomInstance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcare/dicom/importDicomInstance.js b/healthcare/dicom/importDicomInstance.js index 9754ac8b47..d716a7b2f9 100644 --- a/healthcare/dicom/importDicomInstance.js +++ b/healthcare/dicom/importDicomInstance.js @@ -73,7 +73,7 @@ const main = ( } else { console.log('Encountered errors. Sample error:'); console.log( - 'Resource on which error occured:', + 'Resource on which error occurred:', data.error.details[0]['sampleErrors'][0]['resource'] ); console.log(