From c75a18cfe49303414ab3a71d58f6d758b44b605b Mon Sep 17 00:00:00 2001 From: Tim Rohaly <tr@202830.no-reply.drupal.org> Date: Tue, 16 Jul 2024 22:11:57 -0700 Subject: [PATCH] Issue #3461953 by TR: Correct spelling of autocomplete type words --- js/autocomplete.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/autocomplete.js b/js/autocomplete.js index 0bd2b7b8..62047c68 100644 --- a/js/autocomplete.js +++ b/js/autocomplete.js @@ -54,7 +54,7 @@ } /** - * Handles an autocompletefocus event. + * Handles an autocomplete focus event. * * @return {boolean} * Always returns false. @@ -64,10 +64,10 @@ } /** - * Handles an autocompleteselect event. + * Handles an autocomplete select event. * - * Restarts autocompleting when the selection ends in a dot, for nested data - * selectors. + * Restarts autocomplete process when the selection ends in a dot, for nested + * data selectors. * * @param {jQuery.Event} event * The event triggered. -- GitLab