diff --git a/docs/user-interface/controls/map.md b/docs/user-interface/controls/map.md index fff1c5fdb..700aafaa0 100644 --- a/docs/user-interface/controls/map.md +++ b/docs/user-interface/controls/map.md @@ -21,7 +21,7 @@ The control uses the native map control The control is provided by the [Microsoft.Maui.Controls.Maps NuGet package](https://www.nuget.org/packages/Microsoft.Maui.Controls.Maps/), which should be added to your .NET MAUI app project. -After installing the NuGet package, it must be initialized in your app by calling the `UseMauiMap` method on the `MauiAppBuilder` object in the `CreateMauiApp` method of your `MauiProgram` class: +After installing the NuGet package, it must be initialized in your app by calling the method on the `MauiAppBuilder` object in the `CreateMauiApp` method of your `MauiProgram` class: ```csharp public static class MauiProgram