From c93340580c6d65bf9a5d5793ab903845a4e20edf Mon Sep 17 00:00:00 2001 From: Erwin Date: Thu, 23 Nov 2023 07:56:28 -0800 Subject: [PATCH] Fix typo and capitalization (#1319) --- 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..c3a6e47d 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`: