Skip to content

Commit

Permalink
added space
Browse files Browse the repository at this point in the history
  • Loading branch information
NaluTripician committed Apr 2, 2024
1 parent 4f28f00 commit fd5f550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Microsoft.Azure.Cosmos/src/Regions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,11 @@ public static class Regions
/// <summary>
/// Name of the Azure Taiwan North region in the Azure Cosmos DB service.
/// </summary>
public const string TaiwanNorth = "TaiwanNorth";
public const string TaiwanNorth = "Taiwan North";

/// <summary>
/// Name of the Azure Taiwan Northwest region in the Azure Cosmos DB service.
/// </summary>
public const string TaiwanNorthwest = "TaiwanNorthwest";
public const string TaiwanNorthwest = "Taiwan Northwest";
}
}

0 comments on commit fd5f550

Please sign in to comment.