From 30081857ca2c0e29b841465c47def860d63abf54 Mon Sep 17 00:00:00 2001 From: David Britch Date: Wed, 18 Dec 2024 17:10:01 +0000 Subject: [PATCH] Fix typo. (#2683) --- docs/user-interface/controls/map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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