From 22f7b16201bacea6f9f07c89c27df01d11b540dc Mon Sep 17 00:00:00 2001 From: David Britch Date: Mon, 30 Sep 2019 16:36:38 +0100 Subject: [PATCH] Edit. --- docs/xamarin-forms/xaml/xaml-basics/get-started-with-xaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xamarin-forms/xaml/xaml-basics/get-started-with-xaml.md b/docs/xamarin-forms/xaml/xaml-basics/get-started-with-xaml.md index fbf05457e..072de9abc 100644 --- a/docs/xamarin-forms/xaml/xaml-basics/get-started-with-xaml.md +++ b/docs/xamarin-forms/xaml/xaml-basics/get-started-with-xaml.md @@ -29,7 +29,7 @@ In Windows, launch Visual Studio 2019, and in the start window click **Create a ![New Solution Window](get-started-with-xaml-images/win/new-solution-2019.png) -In the **Create a new project** window, select **Mobile** in the **Project type** drop down, select the **Mobile App (Xamarin.Forms)**, and click the **Next** button: +In the **Create a new project** window, select **Mobile** in the **Project type** drop down, select the **Mobile App (Xamarin.Forms)**, and click the **Next** button. In the **Configure your new project** window, set the **Project name** to **XamlSamples** (or whatever your prefer), and click the **Create** button.