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 ...@@ -1736,7 +1736,7 @@ Adds a new navigation step to click a given selector and optionally add a new na
1736 1736
1737 casper.run(); 1737 casper.run();
1738 1738
1739 This method is basically a convenient a shortcut for chaining a `then()`_ and an `evaluate()`_ calls. 1739 This method is basically a convenient a shortcut for chaining a `then()`_ and an `click()`_ calls.
1740 1740
1741 ``thenEvaluate()`` 1741 ``thenEvaluate()``
1742 ------------------------------------------------------------------------------- 1742 -------------------------------------------------------------------------------
......