diff --git a/src/Config.php b/src/Config.php index f2f1a174..a5474c6d 100644 --- a/src/Config.php +++ b/src/Config.php @@ -213,7 +213,7 @@ public static function make(array|string $config = []): Config { } /** - * Marge arrays recursively and distinct + * Merge arrays recursively and distinct * * Merges any number of arrays / parameters recursively, replacing * entries with string keys with values from latter arrays. @@ -292,4 +292,4 @@ public function clear(): static { $this->config = []; return $this; } -} \ No newline at end of file +}