From b2255d4f10230b51de373528aaee7b12cc9e2f2b Mon Sep 17 00:00:00 2001
From: Andrew Solovay
Date: Tue, 31 Mar 2015 12:10:47 -0700
Subject: docs: Fixed a typo.
See first comment for doc stage location.
bug: 19709151
Change-Id: I182cb76c55acd32da921420b3ef37d330cf63bb0
---
docs/html/guide/index.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs/html/guide')
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 service independently performs
work in the background.
From one component you can start another component using an intent. 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.
--
cgit v1.1