From bb603bd1f8a2ee1fd22292cf9977d96d2eeed718 Mon Sep 17 00:00:00 2001 From: EricB Date: Tue, 5 Mar 2024 17:04:28 +0100 Subject: [PATCH] docs: Typo (#3975) --- platform/docs/docs/configuration/dataSources/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/docs/docs/configuration/dataSources/introduction.md b/platform/docs/docs/configuration/dataSources/introduction.md index 5aad00949..2a0add515 100644 --- a/platform/docs/docs/configuration/dataSources/introduction.md +++ b/platform/docs/docs/configuration/dataSources/introduction.md @@ -5,7 +5,7 @@ sidebar_label: Introduction # Data Source -The internal data structure of OHIF’s metadata follows naturalized DICOM JSON, A +The internal data structure of OHIF’s metadata follows naturalized DICOM JSON, a format pioneered by `dcmjs`. In short DICOM metadata headers with DICOM Keywords instead of tags and sequences as arrays, for easy development and clear code.