From 038c4e76d24db6f03809800540d86ac6f6fa69ec Mon Sep 17 00:00:00 2001 From: Alyx Wijers Date: Wed, 22 Nov 2023 17:03:28 -0800 Subject: [PATCH] Update elasticsearch.md Corrected erroneous spelling of "ElasticSearch" as "ElectisSearch" --- content/en/admin/elasticsearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/elasticsearch.md b/content/en/admin/elasticsearch.md index 54da01ab..20c4b252 100644 --- a/content/en/admin/elasticsearch.md +++ b/content/en/admin/elasticsearch.md @@ -24,7 +24,7 @@ It deliberately does not allow searching for arbitrary strings in the entire dat ## Installing Elasticsearch {#install} {{< hint style="info" >}} -Mastodon is tested with ElasticSearch version 7. It should support OpenSearch, as well as ElectisSearch versions 6 and 8, but those setups are not officially supported. +Mastodon is tested with ElasticSearch version 7. It should support OpenSearch, as well as ElasticSearch versions 6 and 8, but those setups are not officially supported. {{< /hint >}} Elasticsearch requires a Java runtime. If you don’t have Java already installed, do it now. Assuming you are logged in as `root`: