浏览代码

Merge remote-tracking branch 'github/pr/434' into v1.1

Daniele Alessandri 8 年之前
父节点
当前提交
795c3e41b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/README.md

+ 1 - 1
tests/README.md

@@ -69,7 +69,7 @@ $ phpunit --exclude-group slow
 ### Testing Redis commands ###
 
 We also provide an helper script in the `bin` directory that can be used to automatically generate a
-file with the scheleton of a test case to test a Redis command by specifying the name of the class
+file with the skeleton of a test case to test a Redis command by specifying the name of the class
 in the `Predis\Command` namespace (only classes in this namespace are considered valid). For example
  to generate a test case for `SET` (represented by the `Predis\Command\StringSet` class):