Skip to content

Commit 69be4b8

Browse files
authored
Fix typos in scripts/ci/docker-compose/local.yml (apache#10906)
`an` -> `on` (grammatically that makes sense)
1 parent 12a652f commit 69be4b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/docker-compose/local.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ services:
2020
airflow:
2121
stdin_open: true # docker run -i
2222
tty: true # docker run -t
23-
# We need to mount files an directories individually because some files
23+
# We need to mount files and directories individually because some files
2424
# such apache_airflow.egg-info should not be mounted from host
25-
# we only mount those files that it makes sense to edit while developing
25+
# we only mount those files, so that it makes sense to edit while developing
2626
# or those that might be useful to see in the host as output of the
2727
# tests (such as logs)
2828
volumes:

0 commit comments

Comments
 (0)