Skip to content

Commit

Permalink
docs: replace 'he' with 'they' (twentyhq#5562)
Browse files Browse the repository at this point in the history
Why:
* allows for approximate doubling of the user base ;-)
  • Loading branch information
techieshark authored May 24, 2024
1 parent 736c79a commit 1ae7fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1ae7fbe

Please sign in to comment.