summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/manifest
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-21 17:19:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-21 17:19:21 +0000
commit8d41e653bae240488281d430309e2d501e9524e5 (patch)
tree63d2675bd5c483a98848261cd6c6beca3ff5c458 /docs/html/guide/topics/manifest
parent4a642ee5e65ca47ecf6cb274096162e580aac922 (diff)
parent9525f2a72e2786f1b53927878dd8234859ea5c39 (diff)
downloadframeworks_base-8d41e653bae240488281d430309e2d501e9524e5.zip
frameworks_base-8d41e653bae240488281d430309e2d501e9524e5.tar.gz
frameworks_base-8d41e653bae240488281d430309e2d501e9524e5.tar.bz2
Merge "Miscellaneous small documentation fixes."
Diffstat (limited to 'docs/html/guide/topics/manifest')
-rw-r--r--docs/html/guide/topics/manifest/activity-element.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/activity-element.jd b/docs/html/guide/topics/manifest/activity-element.jd
index 8df1fdf..eabfa60 100644
--- a/docs/html/guide/topics/manifest/activity-element.jd
+++ b/docs/html/guide/topics/manifest/activity-element.jd
@@ -580,7 +580,7 @@ This attribute was introduced in API Level 3.
<a href="#nm"><code>android:name</code></a> attribute.
<p>The system reads this attribute to determine which activity should be started when
- the use presses the Up button in the action bar. The system can also use this information to
+ the user presses the Up button in the action bar. The system can also use this information to
synthesize a back stack of activities with {@link android.app.TaskStackBuilder}.</p>
<p>To support API levels 4 - 16, you can also declare the parent activity with a {@code