diff options
Diffstat (limited to 'includes/ajax.inc')
-rw-r--r-- | includes/ajax.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ajax.inc b/includes/ajax.inc index e9ef9691a..67f507a6c 100644 --- a/includes/ajax.inc +++ b/includes/ajax.inc @@ -363,7 +363,7 @@ function ajax_command_alert($text) { /** * Creates a Drupal AJAX 'insert/replaceWith' command. * - * The 'insert/replace' command instructs the client to use jQuery's + * The 'insert/replaceWith' command instructs the client to use jQuery's * replaceWith() method to replace each element matched matched by the given * selector with the given HTML. * |