Skip to content

Commit 5015c4c

Browse files
committed
Merge branch 'master' of github.com:Codeception/codeception.github.com
2 parents bd52949 + 90b6b88 commit 5015c4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

addons.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This module helps to upload files when using webdriver via remote connection.
6464

6565
#### [VisualCeption](https://github.com/DigitalProducts/codeception-module-visualception)
6666

67-
Visual regression tests integrated in Codeception. 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.
67+
Visual regression tests integrated in Codeception. 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.
6868

6969
#### [CSS Regression](https://github.com/sascha-egerer/css-regression)
7070

install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h3>Phar</h3>
4141
<pre><code>wget http://codeception.com/codecept.phar</code></pre>
4242
</p>
4343
</div>
44-
<p><a href="http://codeception.com/php54/codecept.phar">Download phar for for PHP 5.4 and PHP < 5.5.9</a></p>
44+
<p><a href="http://codeception.com/php54/codecept.phar">Download phar for PHP 5.4 and 5.5</a></p>
4545
<p>For PHP 5.3 <a href="/builds">use the latest version of Codeception 1.8.x</a></p>
4646

4747

quickstart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>Codeception Quickstart Guide</h1>
3535
<pre>$ wget http://codeception.com/codecept.phar<a href="/thanks" style="float:right" target="_blank">download <span class="glyphicon glyphicon-download"></span></a></pre>
3636

3737
<!-- phar php54 -->
38-
<pre>$ wget http://codeception.com/php54/codecept.phar <span class="text-muted">// PHP 5.4 >= 5.5.9</span><a href="/thanks_php54" style="float:right" target="_blank">download <span class="glyphicon glyphicon-download"></span></a></pre>
38+
<pre>$ wget http://codeception.com/php54/codecept.phar <span class="text-muted">// PHP 5.4 and 5.5</span><a href="/thanks_php54" style="float:right" target="_blank">download <span class="glyphicon glyphicon-download"></span></a></pre>
3939
<p><code class="text-muted">$ alias codecept='codecept.phar'</code></p>
4040
<div>
4141
</div>

0 commit comments

Comments
 (0)