From 5bff5be3c49f4fbdef2bf4215d1d439734b6da14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Wed, 9 Oct 2024 15:40:40 +0200 Subject: [PATCH] Fix typos in documentation of configuration properties --- .../runtime/HibernateSearchStandaloneBuildTimeConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/hibernate-search-standalone-elasticsearch/runtime/src/main/java/io/quarkus/hibernate/search/standalone/elasticsearch/runtime/HibernateSearchStandaloneBuildTimeConfig.java b/extensions/hibernate-search-standalone-elasticsearch/runtime/src/main/java/io/quarkus/hibernate/search/standalone/elasticsearch/runtime/HibernateSearchStandaloneBuildTimeConfig.java index fce22121e63b31..c2489cddc272cc 100644 --- a/extensions/hibernate-search-standalone-elasticsearch/runtime/src/main/java/io/quarkus/hibernate/search/standalone/elasticsearch/runtime/HibernateSearchStandaloneBuildTimeConfig.java +++ b/extensions/hibernate-search-standalone-elasticsearch/runtime/src/main/java/io/quarkus/hibernate/search/standalone/elasticsearch/runtime/HibernateSearchStandaloneBuildTimeConfig.java @@ -41,7 +41,7 @@ public interface HibernateSearchStandaloneBuildTimeConfig { Map backends(); /** - * A xref:hibernate-search-stqndqlone-elasticsearch.adoc#bean-reference-note-anchor[bean reference] to a component + * A xref:hibernate-search-standalone-elasticsearch.adoc#bean-reference-note-anchor[bean reference] to a component * that should be notified of any failure occurring in a background process * (mainly index operations). * @@ -56,7 +56,7 @@ public interface HibernateSearchStandaloneBuildTimeConfig { * Instead of setting this configuration property, * you can simply annotate your custom `FailureHandler` implementation with `@SearchExtension` * and leave the configuration property unset: Hibernate Search will use the annotated implementation automatically. - * See xref:hibernate-search-stqndqlone-elasticsearch.adoc#plugging-in-custom-components[this section] + * See xref:hibernate-search-standalone-elasticsearch.adoc#plugging-in-custom-components[this section] * for more information. * * If this configuration property is set, it takes precedence over any `@SearchExtension` annotation.