Skip to content

Commit a0a56f2

Browse files
committed
chore: Fix grammar by changing 'allow to' to 'allow ~ing'
1 parent f1c6d0c commit a0a56f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/init_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DB_PORT="${POSTGRES_PORT:=5432}"
2323
DB_HOST="${POSTGRES_HOST:=localhost}"
2424

2525
# Launch Postgres using Docker
26-
# Allow to skip Docker if a dockerized Postgres database is already running
26+
# Allow skipping Docker if a dockerized Postgres database is already running
2727
if [[ -z "${SKIP_DOCKER}" ]]
2828
then
2929
docker run \

0 commit comments

Comments
 (0)