Skip to content

Commit d0138d8

Browse files
committed
Merge pull request #39 from Matt-Mayden/master
Corrections to readme text
2 parents 7c4c737 + 1a57df2 commit d0138d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Visual regression tests integrated in [Codeception](http://codeception.com/).
33

44
[![Build Status](https://travis-ci.org/DigitalProducts/codeception-module-visualception.svg?branch=master)](https://travis-ci.org/DigitalProducts/codeception-module-visualception)
55

6-
This module can be used to compare the current representation of a website element with an expeted. It was written on the shoulders of codeception and integrates in a very easy way.
6+
This module can be used to compare the current representation of a website element with an expected. It was written on the shoulders of codeception and integrates in a very easy way.
77

88
**Example**
99

@@ -25,7 +25,7 @@ VisualCeption needs the following components to run:
2525

2626
* **Codeception** VisualCeption is a module for [Codeception](http://codeception.com/). It will need a running version of this tool.
2727
* **Imagick** For comparing two images VisualCeption is using the imagick library for php. For more information visit [php.net](http://www.php.net/manual/de/book.imagick.php) or the [installation guide](http://www.php.net/manual/en/imagick.setup.php).
28-
* **WebDriver module** This tool does only work with the webdriver module in Codeception the moment.
28+
* **WebDriver module** This tool only works with the webdriver module in Codeception at the moment.
2929

3030
## Installation
3131

@@ -59,7 +59,7 @@ VisualCeption:
5959

6060
## Usage
6161

62-
VisualCeption is really easy to use. There are only two method that will be added to your WebGuy <code>seeVisualChanges</code> and <code>dontSeeVisualChanges</code>.
62+
VisualCeption is really easy to use. There are only two methods that will be added to your WebGuy <code>seeVisualChanges</code> and <code>dontSeeVisualChanges</code>.
6363

6464
```php
6565
$I->seeVisualChanges( "uniqueIdentifier1", "elementId1" );

0 commit comments

Comments
 (0)