Skip to content

Commit

Permalink
update github example
Browse files Browse the repository at this point in the history
  • Loading branch information
hootlex authored and xabbuh committed Oct 26, 2016
1 parent 66970b0 commit 6761ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dom_crawler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ directly::
$crawler = $client->request('GET', 'https://github.com/login');

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

Expand Down

0 comments on commit 6761ecf

Please sign in to comment.