Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cdf1a5b

Browse filesBrowse files
uikolasweaverryan
authored andcommitted
Small typo fix
1 parent fce7657 commit cdf1a5b
Copy full SHA for cdf1a5b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎components/dom_crawler.rst

Copy file name to clipboardExpand all lines: components/dom_crawler.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.