Skip to content

Commit 8036966

Browse files
committed
minor #7083 update github example (hootlex)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #7083). Discussion ---------- update github example Commits ------- 6761ecf update github example
2 parents 66970b0 + 6761ecf commit 8036966

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
@@ -441,7 +441,7 @@ directly::
441441
$crawler = $client->request('GET', 'https://github.com/login');
442442

443443
// select the form and fill in some values
444-
$form = $crawler->selectButton('Log in')->form();
444+
$form = $crawler->selectButton('Sign in')->form();
445445
$form['login'] = 'symfonyfan';
446446
$form['password'] = 'anypass';
447447

0 commit comments

Comments
 (0)