diff --git a/src/Config.php b/src/Config.php index 2679671..d5f7ae3 100644 --- a/src/Config.php +++ b/src/Config.php @@ -125,7 +125,7 @@ public function has($key) * Load configuration options from a file or directory. * * @param string $path Path to configuration file or directory - * @param bool $override Weather or not to override existing options with + * @param bool $override Whether or not to override existing options with * values from the loaded file * * @return object This Config object