diff --git a/docs/src/input.md b/docs/src/input.md index b6fab7d005..ba2cb9b0f0 100644 --- a/docs/src/input.md +++ b/docs/src/input.md @@ -217,7 +217,7 @@ await page.getByText('Item').click({ button: 'right' }); // Shift + click await page.getByText('Item').click({ modifiers: ['Shift'] }); -// Ctrl + click or Windows and Linux +// Ctrl + click on Windows and Linux // Meta + click on macOS await page.getByText('Item').click({ modifiers: ['ControlOrMeta'] });