This is an automated email from the ASF dual-hosted git repository.

cpoerschke pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 6383063e550 docs: fix typo in script update processor page (#2113)
6383063e550 is described below

commit 6383063e5504bca84692526db6667c3e0ca9b8bd
Author: GaĆ«l Jourdan-Weil <[email protected]>
AuthorDate: Mon Dec 4 15:21:46 2023 +0100

    docs: fix typo in script update processor page (#2113)
---
 .../modules/configuration-guide/pages/script-update-processor.adoc      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/solr/solr-ref-guide/modules/configuration-guide/pages/script-update-processor.adoc
 
b/solr/solr-ref-guide/modules/configuration-guide/pages/script-update-processor.adoc
index 3afe081b952..b3824068369 100644
--- 
a/solr/solr-ref-guide/modules/configuration-guide/pages/script-update-processor.adoc
+++ 
b/solr/solr-ref-guide/modules/configuration-guide/pages/script-update-processor.adoc
@@ -34,7 +34,7 @@ However, you are introducing some potential security 
vulnerabilities.
 This is provided via the `scripting` 
xref:configuration-guide:solr-modules.adoc[Solr Module] that needs to be 
enabled before use.
 
 
-== Enababling the ScriptingUpdateProcessor and Scripting Engines
+== Enabling the ScriptingUpdateProcessor and Scripting Engines
 
 Java 11 and previous versions come with a JavaScript engine called Nashorn, 
but Java 12 will require you to add your own JavaScript engine.
 Other supported scripting engines like JRuby, Jython, Groovy, all require you 
to add JAR files to Solr.

Reply via email to