Skip to content

Commit f6e9f51

Browse files
philnachCopilot
andauthored
Update Extensions/Cosmos/Cosmos.DataTransfer.CosmosExtension/CosmosSettingsBase.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4f25eaf commit f6e9f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extensions/Cosmos/Cosmos.DataTransfer.CosmosExtension/CosmosSettingsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public abstract class CosmosSettingsBase : IValidatableObject
1919

2020
/// <summary>
2121
/// <see cref="CosmosClientOptions.LimitToEndpoint"/>
22-
/// When running the Azure CosmosDB emulator in a Linux Container on Windows
22+
/// When running the Azure Cosmos DB emulator in a Linux Container on Windows
2323
/// a value of false results in failure to connect to Cosmos DB emulator.
2424
/// </summary>
2525
public bool LimitToEndpoint { get; set; } = false;

0 commit comments

Comments
 (0)