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)