summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2011-06-20 17:22:50 -0700
committer Scott Main <smain@google.com> 2011-06-20 17:22:50 -0700
commitbb64fa1e3dde8910397d159eaa300c4444b0073c (patch)
tree41a639dd39f3701e37f06bb50729c24a95bc2221
parentbeeb776209446ea45252af5bbc1fe8a463b2001b (diff)
docs: fix a couple typos
Change-Id: I65e9b59eb48985f21eeea5d0d944b0d8e8b92023
-rw-r--r--docs/html/guide/topics/fundamentals/services.jd2
-rw-r--r--docs/html/guide/topics/wireless/bluetooth.jd2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/fundamentals/services.jd b/docs/html/guide/topics/fundamentals/services.jd
index 468a417e62cc..d3ef70aaef63 100644
--- a/docs/html/guide/topics/fundamentals/services.jd
+++ b/docs/html/guide/topics/fundamentals/services.jd
@@ -670,7 +670,7 @@ foreground service must provide a notification for the status bar, which is plac
either stopped or removed from the foreground.</p>
<p>For example, a music player that plays music from a service should be set to run in the
-foreground, because the user it explicitly aware
+foreground, because the user is explicitly aware
of its operation. The notification in the status bar might indicate the current song and allow
the user to launch an activity to interact with the music player.</p>
diff --git a/docs/html/guide/topics/wireless/bluetooth.jd b/docs/html/guide/topics/wireless/bluetooth.jd
index 48632ea6f5e1..a6c46d2cad44 100644
--- a/docs/html/guide/topics/wireless/bluetooth.jd
+++ b/docs/html/guide/topics/wireless/bluetooth.jd
@@ -66,7 +66,7 @@ following:</p>
<h2 id="TheBasics">The Basics</h2>
-<p>This document describes how to us the Android Bluetooth APIs to accomplish
+<p>This document describes how to use the Android Bluetooth APIs to accomplish
the four major tasks necessary to communicate using Bluetooth: setting up
Bluetooth, finding devices that are either paired or available in the local
area, connecting devices, and transferring data between devices.</p>