Skip to content

Commit 05a0611

Browse files
fix(docs): typo (#3444)
* fix(docs): typo * Apply suggestions from code review Co-authored-by: Michael Bodnarchuk <[email protected]>
1 parent fb0eeff commit 05a0611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/helpers/Playwright.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ Returns **[Promise][13]&lt;[Array][14]&lt;[string][7]>>** attribute value
11141114

11151115
### handleDownloads
11161116

1117-
Handles a file download.Aa file name is required to save the file on disk.
1117+
Handles a file download. A file name is required to save the file on disk.
11181118
Files are saved to "output" directory.
11191119

11201120
Should be used with [FileSystem helper][16] to check that file were downloaded correctly.

lib/helper/Playwright.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ class Playwright extends Helper {
12121212
}
12131213

12141214
/**
1215-
* Handles a file download.Aa file name is required to save the file on disk.
1215+
* Handles a file download. A file name is required to save the file on disk.
12161216
* Files are saved to "output" directory.
12171217
*
12181218
* Should be used with [FileSystem helper](https://codecept.io/helpers/FileSystem) to check that file were downloaded correctly.

0 commit comments

Comments
 (0)