Commit b766e4de b766e4de38de90a8c300b2f37ebb42d13446f759 by Andrew Childs

AC: Fix a typo.

1 parent 5428865b
...@@ -354,7 +354,7 @@ var Tester = function Tester(casper, options) { ...@@ -354,7 +354,7 @@ var Tester = function Tester(casper, options) {
354 }; 354 };
355 355
356 /** 356 /**
357 * Asserts that given text exits in the document body. 357 * Asserts that given text exists in the document body.
358 * 358 *
359 * @param String text Text to be found 359 * @param String text Text to be found
360 * @param String message Test description 360 * @param String message Test description
......