Merge pull request #1011 from lucasfcosta/master
Typo fix on event-filters page.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment