From 1ae7fbe90db844a7f62f508cb467f947b374d889 Mon Sep 17 00:00:00 2001 From: Peter W Date: Sat, 25 May 2024 02:03:55 +1000 Subject: [PATCH] docs: replace 'he' with 'they' (#5562) Why: * allows for approximate doubling of the user base ;-) --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a90f5866afa0..2b7a2d46ee9b 100755 --- a/install.sh +++ b/install.sh @@ -119,7 +119,7 @@ if command -v nc &> /dev/null; then done fi -# Ask user if he wants to start the project +# Ask user if they want to start the project read -p "🚀 Do you want to start the project now? (Y/n) " answer if [ "$answer" = "n" ]; then echo "✅ Project setup completed. Run 'docker compose up -d' to start." @@ -148,7 +148,7 @@ function ask_open_browser { fi } -# Ask user if he wants to open the project +# Ask user if they want to open the project # Running on macOS if [[ $(uname) == "Darwin" ]]; then ask_open_browser