Commit b0648e04 b0648e0412de1a55de014c8832ffec34a9143265 by Oleg Pudeyev

Grammar fix in a comment

1 parent 34afc8d8
......@@ -412,7 +412,7 @@ Tester.prototype.assertSelectorExist = function assertExists(selector, message)
/**
* Asserts that an element matching the provided selector expression does not
* exists in remote DOM.
* exist in remote DOM.
*
* @param String selector Selector expression
* @param String message Test description
......