docs: replace 'he' with 'they' (#5562)

Why:
* allows for approximate doubling of the user base ;-)
This commit is contained in:
Peter W 2024-05-25 02:03:55 +10:00 committed by GitHub
parent 736c79afde
commit 1ae7fbe90d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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