Skip to content

Commit ff2ebf9

Browse files
committed
fix typo
1 parent e1c879e commit ff2ebf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ You can fill form fields/retrieve its values with form manipulation actions:
830830
$el->check();
831831
832832
// select option in select:
833-
$el->selectOption('optin value');
833+
$el->selectOption('option value');
834834
835835
// attach file to file input:
836836
$el->attachFile('/path/to/file');

0 commit comments

Comments
 (0)