Skip to content

Commit 8290ad7

Browse files
committed
typo fix
1 parent ff0f316 commit 8290ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
- name: Generate Dockerfile
310310
# From docker.yml
311311
# tox -e <environment name> command runs commands in `tox.ini`,
312-
# in particlar the script `.ci/write-dockerfile.sh`, to generate `Dockerfile`.
312+
# in particular the script `.ci/write-dockerfile.sh`, to generate `Dockerfile`.
313313
run: |
314314
tox -e ${{ env.TOX_ENV }}
315315
cp .tox/${{ env.TOX_ENV }}/Dockerfile .

0 commit comments

Comments
 (0)