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 3b433e9 commit 75abc27Copy full SHA for 75abc27
components/dom_crawler.rst
@@ -79,7 +79,7 @@ This allows you to use jQuery-like selectors to traverse::
79
80
$crawler = $crawler->filter('body > p');
81
82
-Anonymous function can be used to filter with more complex criteria::
+An anonymous function can be used to filter with more complex criteria::
83
84
use Symfony\Component\DomCrawler\Crawler;
85
// ...
0 commit comments