Commit e85fe4db e85fe4db98e74e39e0a42839d627407d4d0e73be by Eric Bouchut

Fix a typo in the documentation of casper.thenClick

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