Skip to content

Commit e1e5bf3

Browse files
authored
Fix a minor typo (#390)
This was found using the `typos` and `codespell` tools.
1 parent f95ac07 commit e1e5bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
restart: always
77
volumes:
88
# Create a binding mount between the source directory on the host and the container's source code directory.
9-
# This means that any updated code will be transfered to the running container
9+
# This means that any updated code will be transferred to the running container
1010
- .:/pypandoc/
1111
# This is just to keep the container running. It will allow us to use docker compose exec to go inside the container.
1212
command: tail -F ./anything

0 commit comments

Comments
 (0)