Skip to content

Commit cdf1a5b

Browse files
uikolasweaverryan
authored andcommitted
Small typo fix
1 parent fce7657 commit cdf1a5b

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
@@ -341,7 +341,7 @@ form that the button lives in::
341341
// button example: <button id="my-super-button" type="submit">My super button</button>
342342
343343
// you can get button my it's name
344-
$form = $crawler->selectButton('My awesome button!')->form();
344+
$form = $crawler->selectButton('My super button')->form();
345345
346346
// or by by button id (#my-super-button) if button don't have name
347347
$form = $crawler->selectButton('my-super-button')->form();

0 commit comments

Comments
 (0)