Apply suggestion from @richvdh

This commit is contained in:
Richard van der Hoff 2025-11-06 11:45:58 +00:00 committed by GitHub
parent 49ad9c1d9c
commit e31efda9b4

View File

@ -108,7 +108,7 @@ EOF
fi
done
# Our Playwright fixtures use Testcontainers [1], which in uses a docker image
# Our Playwright fixtures use Testcontainers [1], which uses a docker image
# called Ryuk [2], which will clean up any dangling containers/networks/etc
# after a timeout, if the parent process dies unexpectedly.
#