diff --git a/config/.env.example b/config/.env.example index bf9410d8d9..e90937b65c 100644 --- a/config/.env.example +++ b/config/.env.example @@ -5,10 +5,10 @@ # environment. # # Having this file in production is considered a **SECURITY RISK** and also decreases -# the boostrap performance of your application. +# the bootstrap performance of your application. # # To use this file, first copy it into `config/.env`. Also ensure the related -# code block for loading this file is uncommented in `config/boostrap.php` +# code block for loading this file is uncommented in `config/bootstrap.php` # # In development .env files are parsed by PHP # and set into the environment. This provides a simpler