Skip to content

Commit c8a67d3

Browse files
authored
Merge pull request #30 from beporter/patch-2
Typo correction.
2 parents 47326b1 + edeaf0f commit c8a67d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)