Commit 98021323 980213231ef02abbcda67be41a31799342e4a8a5 by Nicolas Perriault

refs #891 - fixed docs for tester events

1 parent ba6aa306
......@@ -785,7 +785,7 @@ That will give something like this:
.. note::
In CasperJS 1.1, you can store test failures by recording them listening to the tester ``fail`` event::
In CasperJS 1.1, you can recorded test failures by listening to the tester ``fail`` event::
var failures = [];
......@@ -832,7 +832,7 @@ That will give something like this::
.. note::
In CasperJS 1.1, you can store test successes by recording them listening to the tester ``pass`` event::
In CasperJS 1.1, you can recorded test successes by listening to the tester ``success`` event::
var successes = [];
......