# HG changeset patch # User amazy # Date 1550828151 -3600 # Node ID f8c55b461d160afe77fd8477971c69fe84c2e85d # Parent f40f7d15e6bbd496dec224f682671e11c278e70e typo diff -r f40f7d15e6bb -r f8c55b461d16 Sphinx/source/users/configuration.rst --- a/Sphinx/source/users/configuration.rst Fri Feb 22 10:30:49 2019 +0100 +++ b/Sphinx/source/users/configuration.rst Fri Feb 22 10:35:51 2019 +0100 @@ -23,7 +23,7 @@ However, we recommend that you start from an empty configuration file and only specify the options for which you don't wan't to use -the default value. In exemple, a simple configuration file would be:: +the default value. In example, a simple configuration file would be:: { "Name": "My archive", @@ -33,7 +33,7 @@ } It's also a very good practice to split your configuration files per topic. -In exemple, have a ``dicom.json`` for everything that is related to DICOM, +In example, have a ``dicom.json`` for everything that is related to DICOM, a ``http.json`` for all HTTP related configurations, one file per plugin... This is how the configuration files are provided with the Windows Installer.