summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Norman <mknorman@gmail.com>2016-06-14 14:06:21 -0500
committerGitHub <noreply@github.com>2016-06-14 14:06:21 -0500
commit939bb478f74cd8abb7741b56cae8a511ac933ae5 (patch)
tree8d3d6b31ba32f838dbe5c2e12448f816f04fa030 /docs
parent0fa667e186dbfba0d503094b37f124cab8b77f7c (diff)
downloadxamarin-forms-939bb478f74cd8abb7741b56cae8a511ac933ae5.tar.gz
xamarin-forms-939bb478f74cd8abb7741b56cae8a511ac933ae5.tar.bz2
xamarin-forms-939bb478f74cd8abb7741b56cae8a511ac933ae5.zip
Fixed typos in ContentPage.xml (#222)
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;