AC: Fix a typo.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment