Skip to content

Commit

Permalink
Update CosmosClientBuilder.cs
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
NaluTripician committed Sep 13, 2024
1 parent d4c9438 commit 3c0dc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.Azure.Cosmos/src/Fluent/CosmosClientBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ internal CosmosClientBuilder WithApiType(ApiType apiType)
#else
internal
#endif
CosmosClientBuilder WithAvailibilityStrategy(AvailabilityStrategy strategy)
CosmosClientBuilder WithAvailabilityStrategy(AvailabilityStrategy strategy)
{
this.clientOptions.AvailabilityStrategy = strategy;
return this;
Expand Down

0 comments on commit 3c0dc19

Please sign in to comment.