Ver código fonte

fix typo in tests/README.md

Andrii Volin 7 anos atrás
pai
commit
4a7a6019a4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/README.md

+ 1 - 1
tests/README.md

@@ -65,7 +65,7 @@ $ phpunit --exclude-group slow
 ### Testing Redis commands ###
 ### Testing Redis commands ###
 
 
 We also provide an helper script in the `bin` directory that can be used to automatically generate a
 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\Redis` namespace (only classes in this namespace are considered valid).
 in the `Predis\Command\Redis` namespace (only classes in this namespace are considered valid).
 For example to generate a test case for `SET` (represented by the `Predis\Command\Redis\StringSet`
 For example to generate a test case for `SET` (represented by the `Predis\Command\Redis\StringSet`
 class):
 class):