am 3e3af524: am 79c587ed: am aabcf5b5: am b2255d4f: docs: Fixed a typo.

* commit '3e3af5247f7d811f0427bbc1f39fc0582e05f374':
  docs: Fixed a typo.
This commit is contained in:
Andrew Solovay
2015-04-01 18:43:15 +00:00
committed by Android Git Automerger

View File

@@ -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>