diff options
author | Thomas Lange <code@nerdmind.de> | 2017-11-24 17:53:38 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-11-24 17:53:38 +0100 |
commit | 99a39cc80ea3eb6f58a87ab31452885f5cb60735 (patch) | |
tree | cdddc928c6d3c65a976c3e990d2de28ab0dd2d6b /core/configuration-example.php | |
parent | 99ca04955f79b18e19706fe50619284778189935 (diff) | |
download | blog-99a39cc80ea3eb6f58a87ab31452885f5cb60735.tar.gz blog-99a39cc80ea3eb6f58a87ab31452885f5cb60735.tar.xz blog-99a39cc80ea3eb6f58a87ab31452885f5cb60735.zip |
Fixed a spelling mistake in several comments:
It's called "override" instead of "overwrite" in those contexts.
Diffstat (limited to 'core/configuration-example.php')
-rw-r--r-- | core/configuration-example.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/configuration-example.php b/core/configuration-example.php index 7805320..6c7d40a 100644 --- a/core/configuration-example.php +++ b/core/configuration-example.php @@ -3,9 +3,9 @@ # Main configuration [Thomas Lange <code@nerdmind.de>] # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# # # -# This file overwrites the pre-defined configuration values of the application # +# This file will override the pre-defined configuration settings of the system # # and is the primary file where you change the configuration. Do not touch any # -# other files to change your configuration – just overwrite it here! # +# other files to change your configuration – just override it here! # # # # Documentation: # # 1. https://github.com/Nerdmind/Blog/wiki/Configuration # |