Skip to content

Commit

Permalink
Merge pull request Codeception#3022 from echernyavskiy/2.1
Browse files Browse the repository at this point in the history
Fix typos "interaface" -> "interface".
  • Loading branch information
DavertMik committed Apr 25, 2016
2 parents a95099c + 4a5bb30 commit 80a1513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/README.md
Expand Up @@ -47,7 +47,7 @@ extensions:
#### Configuration

* `delete_successful` (default: true) - delete records for successfully passed tests (log only failed and errored)
* `module` (default: WebDriver) - which module for screenshots to use. Module should implement `Codeception\Lib\Interfaces\ScreenshotSaver` interaface. Currently only WebDriver or any its children can be used.
* `module` (default: WebDriver) - which module for screenshots to use. Module should implement `Codeception\Lib\Interfaces\ScreenshotSaver` interface. Currently only WebDriver or any its children can be used.

``` yaml
extensions:
Expand Down
2 changes: 1 addition & 1 deletion ext/Recorder.php
Expand Up @@ -33,7 +33,7 @@
* #### Configuration
*
* * `delete_successful` (default: true) - delete records for successfully passed tests (log only failed and errored)
* * `module` (default: WebDriver) - which module for screenshots to use. Module should implement `Codeception\Lib\Interfaces\ScreenshotSaver` interaface. Currently only WebDriver or any its children can be used.
* * `module` (default: WebDriver) - which module for screenshots to use. Module should implement `Codeception\Lib\Interfaces\ScreenshotSaver` interface. Currently only WebDriver or any its children can be used.
*
* ``` yaml
* extensions:
Expand Down

0 comments on commit 80a1513

Please sign in to comment.