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
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()``
-------------------------------------------------------------------------------
......