From aef2cf157b1cb82cc6ede2f4ab1880d2bf61eb48 Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:01:42 -0800 Subject: [PATCH] Update content/shared/v3-enterprise-get-started/_index.md Co-authored-by: Jason Stirnaman --- content/shared/v3-enterprise-get-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-enterprise-get-started/_index.md b/content/shared/v3-enterprise-get-started/_index.md index 0665f1a56..a21ed4233 100644 --- a/content/shared/v3-enterprise-get-started/_index.md +++ b/content/shared/v3-enterprise-get-started/_index.md @@ -970,7 +970,7 @@ You can use the default port `8181` for any write or query, without changing any > > To benefit from this multi-node, isolated architecture, specify hosts: > -> - In write requests, specify a host designated for _write-only_. +> - In write requests, specify a host that you have designated as _write-only_. > - In query requests, specify a host designated for _read-only_. > > When running multiple local instances for testing or separate nodes in production, specifying the host ensures writes and queries are routed to the correct instance.