Skip to content

Commit

Permalink
change coffee docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgalbu committed Apr 20, 2016
1 parent d52e983 commit a9d6f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coffee/commands/waitForJqueryAjaxRequest.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ events = require('events');
*
* h3 Examples:
*
* browser.WaitForJqueryAjaxRequest();
* browser.waitForJqueryAjaxRequest();
*
* @author maxgalbu
* @param {Integer} [timeoutInMilliseconds] - timeout of this wait commands in milliseconds
Expand Down
2 changes: 1 addition & 1 deletion js/commands/waitForJqueryAjaxRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ events = require('events');
*
* h3 Examples:
*
* browser.WaitForJqueryAjaxRequest();
* browser.waitForJqueryAjaxRequest();
*
* @author maxgalbu
* @param {Integer} [timeoutInMilliseconds] - timeout of this wait commands in milliseconds
Expand Down

0 comments on commit a9d6f47

Please sign in to comment.