Skip to content

Commit ded1ec8

Browse files
Standardize "@example.com" as domain in documentation
See Codeception/module-symfony#124 (comment)
1 parent 3187892 commit ded1ec8

File tree

1 file changed

+1
-1
lines changed
  • src/Codeception/Lib/Interfaces

1 file changed

+1
-1
lines changed

src/Codeception/Lib/Interfaces/Web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ public function uncheckOption($option);
690690
* ``` php
691691
* <?php
692692
* $I->fillField("//input[@type='text']", "Hello World!");
693-
* $I->fillField(['name' => 'email'], 'jon@mail.com');
693+
* $I->fillField(['name' => 'email'], 'jon@example.com');
694694
* ?>
695695
* ```
696696
*

0 commit comments

Comments
 (0)