8000 update github example · symfony/symfony-docs@6761ecf · GitHub
[go: up one dir, main page]

Skip to content

Commit 6761ecf

Browse files
hootlexxabbuh
authored andcommitted
update github example
1 parent 66970b0 commit 6761ecf

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)
0