Skip to content

Commit 0a0b1dc

Browse files
authored
Merge pull request #653 from webmaster777/patch-1
Update 06-ModulesAndHelpers.md
2 parents 16385ca + 27dbc21 commit 0a0b1dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guides/06-ModulesAndHelpers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ modules:
109109
The modules won't conflict as actions with the same names won't be loaded.
110110

111111
The REST module has parts for `Xml` and `Json` in the same way. If you are testing a REST service with only JSON responses,
112-
you can enable just the JSON Fart of this module:
112+
you can enable just the JSON part of this module:
113113

114114
```yaml
115115
@@ -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)