diff --git a/docs/modules/casper.rst b/docs/modules/casper.rst index 34eb5ca45..54f80d1eb 100644 --- a/docs/modules/casper.rst +++ b/docs/modules/casper.rst @@ -1659,7 +1659,7 @@ Of course you can directly pass the auth string in the url to open:: **Signature:** ``start(String url[, Function then])`` -Configures and starts Casper, then open the provided ``url`` and optionally adds the step provided by the ``then`` argument:: +Configures and starts Casper, then opens the provided ``url`` and optionally adds the step provided by the ``then`` argument:: casper.start('http://google.fr/', function() { this.echo("I'm loaded.");