diff options
author | kmccormick <kmccormick@google.com> | 2013-04-03 12:41:12 -0700 |
---|---|---|
committer | kmccormick <kmccormick@google.com> | 2013-04-03 13:04:06 -0700 |
commit | 76dfc02135abae5337b48fe99a1b8c0a7d95e33a (patch) | |
tree | e44e200019cd380ca9fc256099c4e0d3dbc7bea1 /docs/html/guide/components/fundamentals.jd | |
parent | 2ab257231fe774748298ab92f78564a5e19f23f0 (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.jd | 2 |
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> |