Skip to content

Commit

Permalink
Fix for GeographyEntity.Neighborhood causes RequestFailedException (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jecmenicanikola committed Mar 22, 2024
1 parent 5e398e5 commit 95aa88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/maps/Azure.Maps.Search/src/Models/GeographicEntity.cs
Expand Up @@ -20,6 +20,6 @@ namespace Azure.Maps.Search
public static GeographicEntity Neighborhood { get; } = new GeographicEntity(NeighborhoodValue);

/// <summary> NeighborhoodValue. </summary>
private const string NeighborhoodValue = "Neighborhood";
private const string NeighborhoodValue = "Neighbourhood";
}
}

0 comments on commit 95aa88f

Please sign in to comment.