From 12a9a308f8f9f97e5c5cf4fc8b2e6d7b038abac5 Mon Sep 17 00:00:00 2001 From: Gabriel Feo Date: Fri, 26 Jan 2024 00:53:25 +0000 Subject: [PATCH] chore: replace "node.js" mention in shared docs (#29119) Remove "Node.js" mention from the shared part of docs, which are shown in docs for Python and other platforms. --- docs/src/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ci.md b/docs/src/ci.md index c5d131b3b7..818e08242a 100644 --- a/docs/src/ci.md +++ b/docs/src/ci.md @@ -680,7 +680,7 @@ await playwright.Chromium.LaunchAsync(new() }); ``` -On Linux agents, headed execution requires [Xvfb](https://en.wikipedia.org/wiki/Xvfb) to be installed. Our [Docker image](./docker.md) and GitHub Action have Xvfb pre-installed. To run browsers in headed mode with Xvfb, add `xvfb-run` before the Node.js command. +On Linux agents, headed execution requires [Xvfb](https://en.wikipedia.org/wiki/Xvfb) to be installed. Our [Docker image](./docker.md) and GitHub Action have Xvfb pre-installed. To run browsers in headed mode with Xvfb, add `xvfb-run` before the actual command. ```bash js xvfb-run node index.js