summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2015-03-31 12:10:47 -0700
committerAndrew Solovay <asolovay@google.com>2015-03-31 20:13:57 -0700
commitb2255d4f10230b51de373528aaee7b12cc9e2f2b (patch)
tree52c0060a43a370db4a80e875e6dd4b6d5edb911a /docs
parent37661db7fa58c0559ef2b73b6f8c38124e3acd4a (diff)
downloadframeworks_base-b2255d4f10230b51de373528aaee7b12cc9e2f2b.zip
frameworks_base-b2255d4f10230b51de373528aaee7b12cc9e2f2b.tar.gz
frameworks_base-b2255d4f10230b51de373528aaee7b12cc9e2f2b.tar.bz2
docs: Fixed a typo.
See first comment for doc stage location. bug: 19709151 Change-Id: I182cb76c55acd32da921420b3ef37d330cf63bb0
Diffstat (limited to 'docs')
-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>