From 5944361ca2ce0f72f459db9c3b8280f95d437389 Mon Sep 17 00:00:00 2001 From: dessant Date: Fri, 4 Jul 2014 11:56:36 +0300 Subject: [PATCH] Fixed typos --- doc/sources/guide/packaging-android.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sources/guide/packaging-android.rst b/doc/sources/guide/packaging-android.rst index 356daa581..c3e1a3769 100644 --- a/doc/sources/guide/packaging-android.rst +++ b/doc/sources/guide/packaging-android.rst @@ -207,11 +207,11 @@ The file `android.txt` must contain:: .. _targetting_android: -Targetting Android +Targeting Android ------------------ Kivy is designed to operate identically across platforms and as a result, makes -some clear design decisions. It includes it's own set of widgets and by default, +some clear design decisions. It includes its own set of widgets and by default, builds an APK with all the required core dependencies and libraries. If you do not intend to support other operating systems, there are a few