Skip to content

Commit 03ce56a

Browse files
committed
[BUGFIX] Typo "interaface" on addons page
1 parent 4426bbe commit 03ce56a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_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)