summaryrefslogtreecommitdiffstats
path: root/docs/html/guide
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2015-04-01 18:32:46 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-01 18:32:46 +0000
commit3e3af5247f7d811f0427bbc1f39fc0582e05f374 (patch)
treeb3b1aa569b7be27d607967abb82f5c597989e398 /docs/html/guide
parenta4ea47269040963301101b1b1a28d598b41219b8 (diff)
parent79c587eda40f3af622f9d1b81aa5a81682e985e4 (diff)
downloadframeworks_base-3e3af5247f7d811f0427bbc1f39fc0582e05f374.zip
frameworks_base-3e3af5247f7d811f0427bbc1f39fc0582e05f374.tar.gz
frameworks_base-3e3af5247f7d811f0427bbc1f39fc0582e05f374.tar.bz2
am 79c587ed: am aabcf5b5: am b2255d4f: docs: Fixed a typo.
* commit '79c587eda40f3af622f9d1b81aa5a81682e985e4': docs: Fixed a typo.
Diffstat (limited to 'docs/html/guide')
-rw-r--r--docs/html/guide/index.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/index.jd b/docs/html/guide/index.jd
index d78a1b1..cb4f65c 100644
--- a/docs/html/guide/index.jd
+++ b/docs/html/guide/index.jd
@@ -30,7 +30,7 @@ screen for a user interface, and a <em>service</em> independently performs
work in the background.</p>
<p>From one component you can start another component using an <em>intent</em>. You can even start
-a component in a different app, such an activity in a maps app to show an address. This model
+a component in a different app, such as an activity in a maps app to show an address. This model
provides multiple entry points for a single app and allows any app to behave as a user's "default"
for an action that other apps may invoke.</p>