Commit de105752 de105752d712c682bcbb91c17b36cb4257a4fb2b by Mickaël Andrieu

Merge pull request #752 from real34/patch-1

Fixed typo
2 parents ed7c6e8a 41d95cb4
......@@ -144,7 +144,7 @@ Test command args and options
Arguments
~~~~~~~~~
The ``capserjs test`` command will treat every passed argument as file or directory paths containing tests. It will recursively scan any passed directory to search for ``*.js`` or ``*.coffee`` files and add them to the stack.
The ``casperjs test`` command will treat every passed argument as file or directory paths containing tests. It will recursively scan any passed directory to search for ``*.js`` or ``*.coffee`` files and add them to the stack.
.. warning ::
......