changeset 214:f8c55b461d16

typo
author amazy
date Fri, 22 Feb 2019 10:35:51 +0100
parents f40f7d15e6bb
children d7073b3e8488 dcf6c2e60448
files Sphinx/source/users/configuration.rst
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.