We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72ca1a commit 49f07f4Copy full SHA for 49f07f4
components/dom_crawler.rst
@@ -293,7 +293,7 @@ Adding the Content
293
~~~~~~~~~~~~~~~~~~
294
295
The crawler supports multiple ways of adding the content, but they are mutually
296
-exclusive, so you can only use one them to add content (e.g. if you pass the
+exclusive, so you can only use one of them to add content (e.g. if you pass the
297
content to the ``Crawler`` constructor, you can't call ``addContent()`` later)::
298
299
$crawler = new Crawler('<html><body/></html>');
0 commit comments