summaryrefslogtreecommitdiffstats
path: root/docs/html/training
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-12-17 16:44:31 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-12-17 16:44:31 -0800
commit7d1f8e6570b8137dbe1e9007bb8496a0f6c3cb53 (patch)
tree22a411d59315ca476e63ce9fa54eae76a5799891 /docs/html/training
parent007ae376d7672a456213e7f5475de4a910594cb2 (diff)
parentefe102332861bd05f0cba60e729661607546de34 (diff)
downloadframeworks_base-7d1f8e6570b8137dbe1e9007bb8496a0f6c3cb53.zip
frameworks_base-7d1f8e6570b8137dbe1e9007bb8496a0f6c3cb53.tar.gz
frameworks_base-7d1f8e6570b8137dbe1e9007bb8496a0f6c3cb53.tar.bz2
am efe10233: am 5dcb75e6: Merge "fix typos bug: 11693951 bug: 12118617" into klp-docs
* commit 'efe102332861bd05f0cba60e729661607546de34': fix typos bug: 11693951 bug: 12118617
Diffstat (limited to 'docs/html/training')
-rw-r--r--docs/html/training/run-background-service/send-request.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/run-background-service/send-request.jd b/docs/html/training/run-background-service/send-request.jd
index 5b1114d..a9884c6 100644
--- a/docs/html/training/run-background-service/send-request.jd
+++ b/docs/html/training/run-background-service/send-request.jd
@@ -28,7 +28,7 @@ trainingnavtop=true
The previous lesson showed you how to create an {@link android.app.IntentService} class. This
lesson shows you how to trigger the {@link android.app.IntentService} to run an operation by
sending it an {@link android.content.Intent}. This {@link android.content.Intent} can
- contain optionally contain data for the {@link android.app.IntentService} to process. You can
+ optionally contain data for the {@link android.app.IntentService} to process. You can
send an {@link android.content.Intent} to an {@link android.app.IntentService} from any point
in an {@link android.app.Activity} or {@link android.app.Fragment}
</p>