From 74d1e8da59aa4055c49c469f54adc964799e7042 Mon Sep 17 00:00:00 2001 From: Emmanuel Adegor Date: Mon, 31 Jul 2017 15:22:17 +0100 Subject: [PATCH] Word spelling correction from teh to the (#3850) --- .../overview/getting-started/creating-a-basic-web-forms-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/web-forms/overview/getting-started/creating-a-basic-web-forms-page.md b/aspnet/web-forms/overview/getting-started/creating-a-basic-web-forms-page.md index 3ee434345c..1f699c38dd 100644 --- a/aspnet/web-forms/overview/getting-started/creating-a-basic-web-forms-page.md +++ b/aspnet/web-forms/overview/getting-started/creating-a-basic-web-forms-page.md @@ -307,7 +307,7 @@ In this section, you will program the [Calendar](https://msdn.microsoft.com/libr 1. In **Design** view, double-click the [Calendar](https://msdn.microsoft.com/library/system.web.ui.webcontrols.calendar.aspx) control. - A new event handler is created and displayed in teh code-behind file named *FirstWebPage.aspx.cs*. + A new event handler is created and displayed in the code-behind file named *FirstWebPage.aspx.cs*. 2. Finish the [SelectionChanged](https://msdn.microsoft.com/library/system.web.ui.webcontrols.calendar.selectionchanged.aspx) event handler with the following code.