Skip to content

Commit 95a56d6

Browse files
authored
docs(html): typo fix (#37999)
1 parent 4a83d62 commit 95a56d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/test-reporters-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export default defineConfig({
220220
});
221221
```
222222

223-
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.
223+
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.
224224

225225
```js title="playwright.config.ts"
226226
import { defineConfig } from '@playwright/test';

0 commit comments

Comments
 (0)