Commit 44d0d7b5 44d0d7b58345bf57c3bab750893ef5bc256676ba by Mickaël Andrieu

Merge pull request #1011 from lucasfcosta/master

Typo fix on event-filters page.
2 parents b03206f7 c3667a97
...@@ -499,7 +499,7 @@ Emitted when a ``Casper.wait()`` operation starts. ...@@ -499,7 +499,7 @@ Emitted when a ``Casper.wait()`` operation starts.
499 499
500 Emitted when the execution time of a ``Casper.wait*()`` operation has exceeded the value of ``timeout``. 500 Emitted when the execution time of a ``Casper.wait*()`` operation has exceeded the value of ``timeout``.
501 501
502 ``deatils`` is a property bag describing what was being waited on. For example, if ``waitForSelector`` timed out, ``details`` will have a ``selector`` string property that was the selector that did not show up in time. 502 ``details`` is a property bag describing what was being waited on. For example, if ``waitForSelector`` timed out, ``details`` will have a ``selector`` string property that was the selector that did not show up in time.
503 503
504 504
505 .. index:: filters 505 .. index:: filters
......