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 ...@@ -144,7 +144,7 @@ Test command args and options
144 Arguments 144 Arguments
145 ~~~~~~~~~ 145 ~~~~~~~~~
146 146
147 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. 147 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.
148 148
149 .. warning :: 149 .. warning ::
150 150
......