From e31efda9b4a45b8f8ba727c69470fd8f763341d1 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 6 Nov 2025 11:45:58 +0000 Subject: [PATCH] Apply suggestion from @richvdh --- .../element-web-playwright-common/playwright-screenshots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/element-web-playwright-common/playwright-screenshots.sh b/packages/element-web-playwright-common/playwright-screenshots.sh index 80de4fd146..e137017a32 100755 --- a/packages/element-web-playwright-common/playwright-screenshots.sh +++ b/packages/element-web-playwright-common/playwright-screenshots.sh @@ -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. #