Skip to content

Commit 4f8246a

Browse files
techiesharkWeiko
authored andcommitted
docs: replace 'he' with 'they' (#5562)
Why: * allows for approximate doubling of the user base ;-)
1 parent 4824050 commit 4f8246a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ if command -v nc &> /dev/null; then
119119
done
120120
fi
121121

122-
# Ask user if he wants to start the project
122+
# Ask user if they want to start the project
123123
read -p "🚀 Do you want to start the project now? (Y/n) " answer
124124
if [ "$answer" = "n" ]; then
125125
echo "✅ Project setup completed. Run 'docker compose up -d' to start."
@@ -148,7 +148,7 @@ function ask_open_browser {
148148
fi
149149
}
150150

151-
# Ask user if he wants to open the project
151+
# Ask user if they want to open the project
152152
# Running on macOS
153153
if [[ $(uname) == "Darwin" ]]; then
154154
ask_open_browser

0 commit comments

Comments
 (0)