From b2e8cf7121e8da55f57b7de4c4166cb89a083137 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 13 Sep 2022 18:32:54 +0200 Subject: [PATCH] docs: fix release notes did not compile docusaurus (#17302) --- docs/src/release-notes-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 56d967a819..fab7e1f28e 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -12,7 +12,7 @@ Playwright Test now ships an **experimental** Docker integration. The Docker con With this integration, only **browser binaries** are running inside a Docker container, while all the code is still running on the host operating system. - + Read more in [our documentation](./docker#experimental-playwright-test-docker-integration).