Skip to content

Commit dc7368b

Browse files
committed
fix typo
1 parent 850e349 commit dc7368b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dom_crawler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ parser, set its ``useHtml5Parser`` constructor argument to ``true``::
661661

662662
$crawler = new Crawler(null, $uri, useHtml5Parser: true);
663663

664-
By doing do, the crawler will use the HTML5 parser provided by the `masterminds/html5`_
664+
By doing so, the crawler will use the HTML5 parser provided by the `masterminds/html5`_
665665
library to parse the documents.
666666

667667
.. versionadded:: 6.3

0 commit comments

Comments
 (0)