Commit 32d7f146 32d7f14660e2638cff4b8f54d0d4d386aacae968 by Nicolas Perriault

Merge pull request #676 from ebouchut/typo-fix

Fix a typo in the documentation of casper.thenClick.
2 parents b5935294 e85fe4db
......@@ -1736,7 +1736,7 @@ Adds a new navigation step to click a given selector and optionally add a new na
casper.run();
This method is basically a convenient a shortcut for chaining a `then()`_ and an `evaluate()`_ calls.
This method is basically a convenient a shortcut for chaining a `then()`_ and an `click()`_ calls.
``thenEvaluate()``
-------------------------------------------------------------------------------
......