From 7f4541e9f04feee1fb7796ed3bc48971bcdda402 Mon Sep 17 00:00:00 2001 From: Nicolaas Date: Fri, 18 Jan 2013 19:07:35 +1300 Subject: [PATCH] Update docs/en/changelogs/3.0.0.md minor typo --- docs/en/changelogs/3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/changelogs/3.0.0.md b/docs/en/changelogs/3.0.0.md index 6c49fe674..e8ed866f7 100644 --- a/docs/en/changelogs/3.0.0.md +++ b/docs/en/changelogs/3.0.0.md @@ -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)