From e5a650b9ffe82948d0d371c4421f3ef72f658a88 Mon Sep 17 00:00:00 2001 From: Umer Salman Date: Thu, 17 Mar 2022 10:41:18 -0500 Subject: [PATCH] Fix typo in .env.example (boostrap => bootstrap) --- config/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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