diff options
author | Andrey Andreev <narf@devilix.net> | 2015-07-20 22:37:33 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-07-20 22:37:33 +0200 |
commit | d3ac964d356eea78c5a4d894915caf084e54ce18 (patch) | |
tree | 271a431c9464250d15a880ede0b17cfb2d111e7f | |
parent | 4b9fec6797db2aea3af8ca4080be73e2ff421080 (diff) | |
parent | f5311f105f6e708d89d9c92c4104dd911cf8be26 (diff) |
Merge pull request #3987 from calvintam236/develop
[ci skip] Fixed a typo in tests/README.md
-rw-r--r-- | tests/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md index 47b5241d1..04dfbc3d8 100644 --- a/tests/README.md +++ b/tests/README.md @@ -6,7 +6,7 @@ Status : [![Build Status](https://secure.travis-ci.org/bcit-ci/CodeIgniter.png?b This is the preliminary CodeIgniter testing documentation. It will cover both internal as well as external APIs and the reasoning -behind their implemenation, where appropriate. As with all CodeIgniter +behind their implementation, where appropriate. As with all CodeIgniter documentation, this file should maintain a mostly human readable format to facilitate clean api design. [see http://arrenbrecht.ch/testing/] |