doc: add missing commas in code snippets (#21965)

Fixes https://github.com/microsoft/playwright/issues/21957
This commit is contained in:
Andrey Lushnikov 2023-03-24 20:42:12 +00:00 committed by GitHub
parent 60ebea1e80
commit 97d2c4a635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,14 +111,14 @@ export default defineConfig({
name: 'staging',
use: {
baseURL: 'staging.example.com',
}
},
retries: 2,
},
{
name: 'production',
use: {
baseURL: 'production.example.com',
}
},
retries: 0,
},
],