Skip to content

Commit

Permalink
Merge pull request symfony#2723 from fabpot/2.2
Browse files Browse the repository at this point in the history
fixed wrong doc
  • Loading branch information
weaverryan committed Jun 18, 2013
2 parents 1f3a687 + 4b6a78d commit efd7395
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 @@ -309,7 +309,7 @@ and uploading files::
// select an option
$form['registration[birthday][year]']->select(1984);

// select many options from a "multiple" select or checkboxes
// select many options from a "multiple" select
$form['registration[interests]']->select(array('symfony', 'cookies'));

// even fake a file upload
Expand Down

0 comments on commit efd7395

Please sign in to comment.