Skip to content

Commit

Permalink
Fix typos in documentation of configuration properties
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Oct 9, 2024
1 parent 6b0f0d1 commit fb9e99c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public interface HibernateSearchStandaloneBuildTimeConfig {
Map<String, HibernateSearchBackendElasticsearchBuildTimeConfig> 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).
*
Expand All @@ -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.
Expand Down

0 comments on commit fb9e99c

Please sign in to comment.