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 283bf0d commit 02ff4bbCopy full SHA for 02ff4bb
components/dom_crawler.rst
@@ -203,7 +203,7 @@ Get all the direct child nodes matching a CSS selector::
203
204
$crawler->filter('body')->children('p.lorem');
205
206
-Get the first parents (heading toward the document root) of the element that matches the provided selector::
+Get the first parent (heading toward the document root) of the element that matches the provided selector::
207
208
$crawler->closest('p.lorem');
209
0 commit comments