diff --git a/docs/html/training/run-background-service/create-service.jd b/docs/html/training/run-background-service/create-service.jd index 5f4799c75eb04..9b9fcd2f17cfd 100644 --- a/docs/html/training/run-background-service/create-service.jd +++ b/docs/html/training/run-background-service/create-service.jd @@ -55,8 +55,8 @@ trainingnavtop=true
- 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.
This lesson shows you how to create your own subclass of {@link android.app.IntentService}.