Skip to content

Commit 61f7cce

Browse files
docs: fix ApplicationPreferredRegions remarks typo (#5539)
Fixes #5485 Fixes a small grammar typo in the XML docs for `CosmosClientOptions.ApplicationPreferredRegions`. Tested: - dotnet build Microsoft.Azure.Cosmos/src/Microsoft.Azure.Cosmos.csproj -c Release Co-authored-by: Kiran Kumar Kolli <[email protected]>
1 parent a97f4f5 commit 61f7cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public string ApplicationName
174174
/// <para>
175175
/// During the CosmosClient initialization the account information, including the available regions, is obtained from the <see cref="CosmosClient.Endpoint"/>.
176176
/// The CosmosClient will use the value of <see cref="ApplicationPreferredRegions"/> to populate the preferred list with the account available regions that intersect with its value.
177-
/// If the value of <see cref="ApplicationPreferredRegions"/> contains regions that are not an available region in the account, the values will be ignored. If the these invalid regions are added later to the account, the CosmosClient will use them if they are higher in the preference order.
177+
/// If the value of <see cref="ApplicationPreferredRegions"/> contains regions that are not an available region in the account, the values will be ignored. If these invalid regions are added later to the account, the CosmosClient will use them if they are higher in the preference order.
178178
/// </para>
179179
/// <para>
180180
/// If during CosmosClient initialization, the <see cref="CosmosClient.Endpoint"/> is not reachable, the CosmosClient will attempt to recover and obtain the account information issuing requests to the regions in <see cref="ApplicationPreferredRegions"/> in the order that they are listed.
@@ -1329,4 +1329,4 @@ public override bool CanConvert(Type objectType)
13291329
}
13301330
}
13311331
}
1332-
}
1332+
}

0 commit comments

Comments
 (0)