Commit 41d95cb4 41d95cb4cbd66d879288e9b61623ffa0da512a9a by Pierre Martin

Fixed typo

1 parent ed7c6e8a
...@@ -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
......