From 212a75d15f5a0a746765d1dd3ecf7138507a36aa Mon Sep 17 00:00:00 2001 From: Boy132 Date: Sat, 9 Dec 2023 15:16:16 +0100 Subject: [PATCH] fix wording --- panel/1.0/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/1.0/getting_started.md b/panel/1.0/getting_started.md index 05e7764c1..fea73e900 100644 --- a/panel/1.0/getting_started.md +++ b/panel/1.0/getting_started.md @@ -149,7 +149,7 @@ php artisan p:environment:database # To use a custom SMTP server, select "smtp". # If you don't want to setup the panel mail skip this command. -# You can always setup it up later if you changed your mind. +# You can always set it up later if you changed your mind. php artisan p:environment:mail ```