Skip to content

Commit 3887139

Browse files
committed
fix typo SeleniumHQ#1244
1 parent 6ab23be commit 3887139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website_and_docs/content/documentation/test_practices/discouraged/file_downloads.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ and pass it to a HTTP request library like
2222
The [HtmlUnit driver](https://github.com/SeleniumHQ/htmlunit-driver) can download attachments
2323
by accessing them as input streams by implementing the
2424
[AttachmentHandler](https://htmlunit.sourceforge.io/apidocs/com/gargoylesoftware/htmlunit/attachment/AttachmentHandler.html)
25-
interface. The AttachmentHandler can the be added to the [HtmlUnit](https://htmlunit.sourceforge.io/) WebClient.
25+
interface. The AttachmentHandler can then be added to the [HtmlUnit](https://htmlunit.sourceforge.io/) WebClient.

0 commit comments

Comments
 (0)