diff --git a/src/Symfony/Component/Dotenv/Dotenv.php b/src/Symfony/Component/Dotenv/Dotenv.php index a7435f2ef926c..1e665fb537a70 100644 --- a/src/Symfony/Component/Dotenv/Dotenv.php +++ b/src/Symfony/Component/Dotenv/Dotenv.php @@ -40,7 +40,7 @@ final class Dotenv * Loads one or several .env files. * * @param string $path A file to load - * @param ...string $paths A list of additionnal files to load + * @param ...string $paths A list of additional files to load * * @throws FormatException when a file has a syntax error * @throws PathException when a file does not exist or is not readable