Skip to content

Commit 195fdc8

Browse files
bchatardDavertMik
authored andcommitted
Update WebDriver documentation - typo in example (#5472)
Missing `'` in an example which break the style
1 parent 6ba79d9 commit 195fdc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,16 +2123,16 @@ protected function getSubmissionFormFieldName($name)
21232123
* 'field1' => 'value',
21242124
* 'checkbox' => [
21252125
* 'value of first checkbox',
2126-
* 'value of second checkbox,
2126+
* 'value of second checkbox',
21272127
* ],
21282128
* 'otherCheckboxes' => [
21292129
* true,
21302130
* false,
2131-
* false
2131+
* false,
21322132
* ],
21332133
* 'multiselect' => [
21342134
* 'first option value',
2135-
* 'second option value'
2135+
* 'second option value',
21362136
* ]
21372137
* ]);
21382138
* ?>

0 commit comments

Comments
 (0)