Skip to content

Commit 72e20e6

Browse files
authored
Fix typo in the docs
1 parent 6f24d83 commit 72e20e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Now you can use CSS selectors with the crawler. To assert that the phrase
213213
$this->assertSelectorTextContains('html h1.title', 'Hello World');
214214

215215
This assertion checks if the first element matching the CSS selector contains
216-
the given text. This asserts calls ``$crawler->filter('html h1.title')``
216+
the given text. This assert calls ``$crawler->filter('html h1.title')``
217217
internally, which allows you to use CSS selectors to filter any HTML element in
218218
the page and check for its existence, attributes, text, etc.
219219

0 commit comments

Comments
 (0)