Skip to content

Commit 4cbfa40

Browse files
committed
minor #7591 simple typo (appeltaert)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7591). Discussion ---------- simple typo Commits ------- 75abc27 simple typo
2 parents 3b433e9 + 75abc27 commit 4cbfa40

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
@@ -79,7 +79,7 @@ This allows you to use jQuery-like selectors to traverse::
7979

8080
$crawler = $crawler->filter('body > p');
8181

82-
Anonymous function can be used to filter with more complex criteria::
82+
An anonymous function can be used to filter with more complex criteria::
8383

8484
use Symfony\Component\DomCrawler\Crawler;
8585
// ...

0 commit comments

Comments
 (0)