summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPage.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPage.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPage.xml
index f58679df..be3ab18c 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPage.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ContentPage.xml
@@ -25,7 +25,7 @@
<remarks>
<para>This is a Page displaying a single View, often a container like a <see cref="T:Xamarin.Forms.StackLayout" /> or <see cref="T:Xamarin.Forms.ScrollView" />.</para>
<example>
- <para>The example below is taken from he App.cs file that is contained in the default "Hello, Forms!" app. It uses a <see cref="T:Xamarin.Forms.ContenPage" /> to display a label, which is a typical, though basic, use of the <see cref="T:Xamarin.Forms.ContenPage" /> class.</para>
+ <para>The example below is taken from he App.cs file that is contained in the default "Hello, Forms!" app. It uses a <see cref="T:Xamarin.Forms.ContentPage" /> to display a label, which is a typical, though basic, use of the <see cref="T:Xamarin.Forms.ContentPage" /> class.</para>
<code lang="C#"><![CDATA[
using System;
using Xamarin.Forms;