From de1c4d7faaa459a845d3761cc55e469e2959e96b Mon Sep 17 00:00:00 2001 From: James Addison <55152140+jayaddison@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:24:58 +0100 Subject: [PATCH] [typo] fix ``language_data.js_t`` (#12228) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> --- sphinx/themes/basic/static/language_data.js_t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/themes/basic/static/language_data.js_t b/sphinx/themes/basic/static/language_data.js_t index 76bf37187..3666e5e6f 100644 --- a/sphinx/themes/basic/static/language_data.js_t +++ b/sphinx/themes/basic/static/language_data.js_t @@ -13,7 +13,7 @@ var stopwords = {{ search_language_stop_words }}; {% if search_language_stemming_code %} -/* Non-minified version is copied as a separate JS file, is available */ +/* Non-minified version is copied as a separate JS file, if available */ {{ search_language_stemming_code|safe }} {% endif -%}