diff --git a/docs/src/test-reporters-js.md b/docs/src/test-reporters-js.md index f83a78ff0548a..45da71e19d8ee 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -220,7 +220,7 @@ export default defineConfig({ }); ``` -If you are uploading attachments from data folder to other location, you can use `attachmentsBaseURL` option to let html report where to look for them. +If you are uploading attachments from a data folder to another location, you can use `attachmentsBaseURL` option to let html report know where to look for them. ```js title="playwright.config.ts" import { defineConfig } from '@playwright/test';