Skip to content

Commit 889a405

Browse files
committed
Merge pull request Codeception#85 from lolli42/master
[BUGFIX] Typo "interaface" on addons page
2 parents 4426bbe + 03ce56a commit 889a405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extensions:
4747
#### Configuration
4848

4949
* `delete_successful` (default: true) - delete records for successfully passed tests (log only failed and errored)
50-
* `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.
50+
* `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.
5151

5252
``` yaml
5353
extensions:

0 commit comments

Comments
 (0)