From 4a549d843bc1d7fcea5b85dabe0012c2291ce9a4 Mon Sep 17 00:00:00 2001 From: Abhinav Nekkanti <10552725+anekkanti@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:25:00 -0800 Subject: [PATCH] more fixes --- temporal/api/cloud/namespace/v1/message.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temporal/api/cloud/namespace/v1/message.proto b/temporal/api/cloud/namespace/v1/message.proto index 46cef01..107767c 100644 --- a/temporal/api/cloud/namespace/v1/message.proto +++ b/temporal/api/cloud/namespace/v1/message.proto @@ -48,7 +48,7 @@ message NamespaceSpec { // The regions of availability for the namespace. // Specifying more than one region makes the namespace "global", which is currently a preview only feature with restricted access. // Please reach out to Temporal support for more information on global namespaces. - // When provisioned the Global Namespace will be active on the first region in the list and passive on the rest. + // When provisioned the global namespace will be active on the first region in the list and passive on the rest. // Number of supported regions is 2. // The regions is immutable. Once set, it cannot be changed. repeated string regions = 2;