docs: replace 'he' with 'they' (#5562)
Why: * allows for approximate doubling of the user base ;-)
This commit is contained in:
@ -119,7 +119,7 @@ if command -v nc &> /dev/null; then
|
|||||||
done
|
done
|
||||||
fi
|
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
|
read -p "🚀 Do you want to start the project now? (Y/n) " answer
|
||||||
if [ "$answer" = "n" ]; then
|
if [ "$answer" = "n" ]; then
|
||||||
echo "✅ Project setup completed. Run 'docker compose up -d' to start."
|
echo "✅ Project setup completed. Run 'docker compose up -d' to start."
|
||||||
@ -148,7 +148,7 @@ function ask_open_browser {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Ask user if he wants to open the project
|
# Ask user if they want to open the project
|
||||||
# Running on macOS
|
# Running on macOS
|
||||||
if [[ $(uname) == "Darwin" ]]; then
|
if [[ $(uname) == "Darwin" ]]; then
|
||||||
ask_open_browser
|
ask_open_browser
|
||||||
|
|||||||
Reference in New Issue
Block a user