Commit b766e4de b766e4de38de90a8c300b2f37ebb42d13446f759 by Andrew Childs

AC: Fix a typo.

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