Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
Update casper.rst
Browse files Browse the repository at this point in the history
fixed typo in docs
  • Loading branch information
snoblenet committed Jun 2, 2015
1 parent 376d85f commit 8f89bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/casper.rst
Expand Up @@ -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.");
Expand Down

0 comments on commit 8f89bf2

Please sign in to comment.