Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 216925b

Browse files
remove unneeded whitespace
Co-authored-by: Stefan Judis <stefanjudis@gmail.com>
1 parent 76dfa80 commit 216925b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/content/docs/playwright-checks/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const config = defineConfig({
105105
{
106106
logicalId: 'playwright-check-project-chromium', // tweak ID
107107
name: 'Playwright Test: --project=chromium', // tweak name
108-
testCommand: 'npx playwright test --project=chromium',// what we'll run as part of your check suite
108+
testCommand: 'npx playwright test --project=chromium', // what we'll run as part of your check suite
109109
locations: [
110110
'eu-central-1', // add or change locations
111111
],

0 commit comments

Comments
 (0)