Skip to content

Commit 02ff4bb

Browse files
committed
[#12225] fix a small typo
1 parent 283bf0d commit 02ff4bb

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
@@ -203,7 +203,7 @@ Get all the direct child nodes matching a CSS selector::
203203

204204
$crawler->filter('body')->children('p.lorem');
205205

206-
Get the first parents (heading toward the document root) of the element that matches the provided selector::
206+
Get the first parent (heading toward the document root) of the element that matches the provided selector::
207207

208208
$crawler->closest('p.lorem');
209209

0 commit comments

Comments
 (0)