diff options
| author | Andrew Solovay <asolovay@google.com> | 2015-03-31 12:10:47 -0700 |
|---|---|---|
| committer | Andrew Solovay <asolovay@google.com> | 2015-03-31 20:13:57 -0700 |
| commit | b2255d4f10230b51de373528aaee7b12cc9e2f2b (patch) | |
| tree | 52c0060a43a370db4a80e875e6dd4b6d5edb911a /docs/html/guide | |
| parent | 37661db7fa58c0559ef2b73b6f8c38124e3acd4a (diff) | |
| download | frameworks_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/html/guide')
| -rw-r--r-- | docs/html/guide/index.jd | 2 |
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> |
