[typo] fix `language_data.js_t` (#12228)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This commit is contained in:
James Addison 2024-04-04 18:24:58 +01:00 committed by GitHub
parent 600d3d3ada
commit de1c4d7faa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 -%}