From 74976b1da827cd8b7494e869f21db96daadb24a7 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Mon, 24 Jun 2024 21:34:42 +0530 Subject: [PATCH] docs: Fixes minor typo. Changes `These image` -> `This image` (#31413) Fixes a minor typo in the docker doc in `These image` --- docs/src/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docker.md b/docs/src/docker.md index 11553a578aa2f..0946c2f68b980 100644 --- a/docs/src/docker.md +++ b/docs/src/docker.md @@ -5,7 +5,7 @@ title: "Docker" ## Introduction -[Dockerfile.jammy] can be used to run Playwright scripts in Docker environment. These image includes the [Playwright browsers](./browsers.md#install-browsers) and [browser system dependencies](./browsers.md#install-system-dependencies). The Playwright package/dependency is not included in the image and should be installed separately. +[Dockerfile.jammy] can be used to run Playwright scripts in Docker environment. This image includes the [Playwright browsers](./browsers.md#install-browsers) and [browser system dependencies](./browsers.md#install-system-dependencies). The Playwright package/dependency is not included in the image and should be installed separately. ## Usage