Skip to content

Commit 27dbc21

Browse files
authored
Update 06-ModulesAndHelpers.md
Fix F
1 parent c0790e7 commit 27dbc21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/06-ModulesAndHelpers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ class WebDriver extends \Codeception\Module
374374
```
375375

376376
The host and port parameter can be redefined in the suite configuration.
377-
Values are set in the `Fodules:config` section of the configuration file.
377+
Values are set in the `modules:config` section of the configuration file.
378378

379379
```yaml
380380
modules:
@@ -434,7 +434,7 @@ Once loaded, parameter variables can be used as module configuration values.
434434
Use a variable name wrapped with `%` as a placeholder and it will be replaced by its value.
435435

436436
Let's say we want to specify credentials for a cloud testing service. We have loaded `SAUCE_USER`
437-
and `SAUCE_KEY` variables from Fnvironment, and now we are passing their values into config of `WebDriver`:
437+
and `SAUCE_KEY` variables from environment, and now we are passing their values into config of `WebDriver`:
438438

439439
```yaml
440440
modules:
@@ -445,7 +445,7 @@ modules:
445445
446446
```
447447

448-
Parameters are also useful Fo provide connection credentials for the `Db` module (taken from Laravel's .env files):
448+
Parameters are also useful to provide connection credentials for the `Db` module (taken from Laravel's .env files):
449449

450450
```yaml
451451
modules:

0 commit comments

Comments
 (0)