From d8409d1f092ae718cce1f55e3d4cbf63fbec139b Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Mon, 20 May 2024 09:14:29 +0800 Subject: [PATCH] Correct a typo --- manual/upgrade/upgrade_notes_for_9.0.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/upgrade/upgrade_notes_for_9.0.x.md b/manual/upgrade/upgrade_notes_for_9.0.x.md index bb5383d5..94ae3622 100644 --- a/manual/upgrade/upgrade_notes_for_9.0.x.md +++ b/manual/upgrade/upgrade_notes_for_9.0.x.md @@ -93,7 +93,7 @@ Modify seafevents.conf ``` [INDEX FILES] external_es_server = true -es_host = your server's IP (use 127.0.0.1 is deployed locally) +es_host = your server's IP (use 127.0.0.1 if deployed locally) es_port = 9200 ```