Skip to content

Commit 3a4aa10

Browse files
committed
minor symfony#13923 Fix typo in the docs (jdreesen)
This PR was merged into the 4.4 branch. Discussion ---------- Fix typo in the docs <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 72e20e6 Fix typo in the docs
2 parents 6f24d83 + 72e20e6 commit 3a4aa10

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)