summaryrefslogtreecommitdiffstats
path: root/doc/source/configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r--doc/source/configuration.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index 48d71a36..7db00182 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -51,7 +51,7 @@ the documents in ``firefox``, for some reason, the you would write
Here we wrote also the special section ``[settings]``, which sets global
settings that are valid in all libraries. Of course, every setting set
-within ``[settings]`` can be overriden by any library through the mechanism
+within ``[settings]`` can be overridden by any library through the mechanism
previously discussed.
A more complete example of a configuration file is the following
@@ -159,8 +159,8 @@ configuration file.
An example of a project using a local configuration file can be seen
`here <https://github.com/alejandrogallo/datasheets/blob/master/.papis.config/>`_
, where the repository includes documents for component datasheets
-and everytime ``papis`` is using that library the ``.papis.config``
-file is also read and some settings will be getting overriden.
+and every time ``papis`` is using that library the ``.papis.config``
+file is also read and some settings will be getting overridden.
Python configuration file
-------------------------