Skip to content

Commit 49f07f4

Browse files
committed
Grammar fix
1 parent a72ca1a commit 49f07f4

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
@@ -293,7 +293,7 @@ Adding the Content
293293
~~~~~~~~~~~~~~~~~~
294294

295295
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
296+
exclusive, so you can only use one of them to add content (e.g. if you pass the
297297
content to the ``Crawler`` constructor, you can't call ``addContent()`` later)::
298298

299299
$crawler = new Crawler('<html><body/></html>');

0 commit comments

Comments
 (0)