Skip to content

Commit edeaf0f

Browse files
committed
Typo correction.
Remove stray `d` that I'm sure I put there in the first place. Also update copyright year.
1 parent 47326b1 commit edeaf0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Array
103103

104104
### "Consumed" Configure Vars
105105

106-
CakePHP 3 by default "consumes" some of its configs so as not to confused developers. [`Configure::consume()`](http://book.cakephp.org/3.0/en/development/configuration.html#Cake\Core\Configure::consume) removes the configuration key from Configure, making it unavailable to the rest of the app. At the [time of this writing](https://github.com/cakephp/app/blob/a0f2c4/config/bootstrap.php#L136,L141), it does this for the following keys/classes:
106+
CakePHP 3 by default "consumes" some of its configs so as not to confuse developers. [`Configure::consume()`](http://book.cakephp.org/3.0/en/development/configuration.html#Cake\Core\Configure::consume) removes the configuration key from Configure, making it unavailable to the rest of the app. At the [time of this writing](https://github.com/cakephp/app/blob/a0f2c4/config/bootstrap.php#L136,L141), it does this for the following keys/classes:
107107

108108
| _`[Configure.Key]`_ | _`Class::configEnumerationMethod()`_ | _`Class::configFetchMethod()`_ |
109109
|----------------------|---------------------------------------|---------------------------------|
@@ -143,4 +143,4 @@ When developing this plugin, please fork and issue a PR for any new development.
143143

144144
## Copyright
145145

146-
[Loadsys Web Strategies](http://www.loadsys.com) 2015
146+
[Loadsys Web Strategies](http://www.loadsys.com) 2016

0 commit comments

Comments
 (0)