Update docs/en/changelogs/3.0.0.md

minor typo
This commit is contained in:
Nicolaas 2013-01-18 19:07:35 +13:00 committed by Ingo Schommer
parent f0ef2ff02b
commit 7f4541e9f0

View File

@ -116,7 +116,7 @@ Any arrays you pass as values to `update()` will be automatically merged. To rep
Note the different options for the third parameter of `get()`:
* `Config::INHERITED` will only get the configuration set for the specific class, not any of it's parents.
* `Config::UNINHERITED` will only get the configuration set for the specific class, not any of it's parents.
* `Config::FIRST_SET` will inherit configuration from parents, but stop on the first class that actually provides a value.
* `Config::EXCLUDE_EXTRA_SOURCES` will not use additional static sources (such as those defined on extensions)