Skip to content

Commit e08d5cc

Browse files
committed
typo fix
1 parent 6f932ed commit e08d5cc

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
@@ -312,7 +312,7 @@ jobs:
312312
- name: Generate Dockerfile
313313
# From docker.yml
314314
# tox -e <environment name> command runs commands in `tox.ini`,
315-
# in particlar the script `.ci/write-dockerfile.sh`, to generate `Dockerfile`.
315+
# in particular the script `.ci/write-dockerfile.sh`, to generate `Dockerfile`.
316316
run: |
317317
tox -e ${{ env.TOX_ENV }}
318318
cp .tox/${{ env.TOX_ENV }}/Dockerfile .

0 commit comments

Comments
 (0)