Commit 16d6e2b7 16d6e2b752589f21e4d26e8577e54fd090a79b13 by Nicolas Perriault

Merge pull request #761 from wald-tq/patch-1

Casper.rst: typo satisfief -> satisfied
2 parents 793c1748 58d8cb06
......@@ -2083,7 +2083,7 @@ The currently loaded popups are available in the ``Casper.popups`` array-like pr
**Signature:** ``waitForResource(String|Function|RegExp testFx[, Function then, Function onTimeout, Number timeout])``
Wait until a resource that matches a resource matching constraints defined by ``testFx`` are satisfief to process a next step.
Wait until a resource that matches a resource matching constraints defined by ``testFx`` are satisfied to process a next step.
The ``testFx`` argument can be either a string, a function or a ``RegExp`` instance::
......