diff options
Diffstat (limited to 'docs/html/guide/topics/ui/declaring-layout.jd')
-rw-r--r-- | docs/html/guide/topics/ui/declaring-layout.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/declaring-layout.jd b/docs/html/guide/topics/ui/declaring-layout.jd index 80ad7b8..fdd5ddd 100644 --- a/docs/html/guide/topics/ui/declaring-layout.jd +++ b/docs/html/guide/topics/ui/declaring-layout.jd @@ -119,7 +119,7 @@ public void onCreate(Bundle savedInstanceState) { <p>The <code>onCreate()</code> callback method in your Activity is called by the Android framework when your Activity is launched (see the discussion on Lifecycles, in the -<a href="{@docRoot}guide/topics/fundamentals.html#lcycles">Application Fundamantals</a>, for more on this).</p> +<a href="{@docRoot}guide/topics/fundamentals.html#lcycles">Application Fundamentals</a>, for more on this).</p> <h2 id="attributes">Attributes</h2> |