am 31a48820: am 1c673f9a: am 6eea30c4: Merge "Android Training: Add missing word" into lmp-docs

* commit '31a48820aa858770cb1f1b3ce32a550565c83546':
  Android Training: Add missing word
This commit is contained in:
Mike Colagrosso
2015-05-27 15:53:03 +00:00
committed by Android Git Automerger

View File

@@ -55,8 +55,8 @@ trainingnavtop=true
</li>
</ul>
<p>
However, in most cases an {@link android.app.IntentService} is the preferred way to simple
background operations.
However, in most cases an {@link android.app.IntentService} is the preferred way to perform
simple background operations.
</p>
<p>
This lesson shows you how to create your own subclass of {@link android.app.IntentService}.