summaryrefslogtreecommitdiff
path: root/docs/html/guide/components/fundamentals.jd
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-04-03 12:41:12 -0700
committerkmccormick <kmccormick@google.com>2013-04-03 13:04:06 -0700
commit76dfc02135abae5337b48fe99a1b8c0a7d95e33a (patch)
treee44e200019cd380ca9fc256099c4e0d3dbc7bea1 /docs/html/guide/components/fundamentals.jd
parent2ab257231fe774748298ab92f78564a5e19f23f0 (diff)
Doc update: clean up ubiquitous typo "the the"
"Bug: 8531405" Change-Id: Ib2b96dd2c1ab0f4d8abe5a8052bf2ef33f03b8be
Diffstat (limited to 'docs/html/guide/components/fundamentals.jd')
-rw-r--r--docs/html/guide/components/fundamentals.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/components/fundamentals.jd b/docs/html/guide/components/fundamentals.jd
index 2c33a26d195d..ce50022ad71e 100644
--- a/docs/html/guide/components/fundamentals.jd
+++ b/docs/html/guide/components/fundamentals.jd
@@ -345,7 +345,7 @@ receivers can be either declared in the manifest or created dynamically in code
{@link android.content.BroadcastReceiver} objects) and registered with the system by calling
{@link android.content.Context#registerReceiver registerReceiver()}.</p>
-<p>For more about how to structure the manifest file for your application, see the <a
+<p>For more about how to structure the manifest file for your application, see <a
href="{@docRoot}guide/topics/manifest/manifest-intro.html">The AndroidManifest.xml File</a>
documentation. </p>