From 73e96ea04545dce13bab06fd8ca8fb20c9f611f8 Mon Sep 17 00:00:00 2001 From: Adam Skory Date: Thu, 13 Oct 2011 18:08:35 +0100 Subject: [PATCH] Fixing typo on fragments page. Change-Id: If8a815621f90855d76cf71bf36725017ec9e6bd8 --- docs/html/guide/topics/fundamentals/fragments.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/topics/fundamentals/fragments.jd b/docs/html/guide/topics/fundamentals/fragments.jd index 3908a7c48e9f8..5bcef6d1b0f06 100644 --- a/docs/html/guide/topics/fundamentals/fragments.jd +++ b/docs/html/guide/topics/fundamentals/fragments.jd @@ -117,7 +117,7 @@ launch separate activities that use different fragments.

two fragments in Activity A, when running on an extra large screen (a tablet, for example). However, on a normal-sized screen (a phone, for example), -there's not be enough room for both fragments, so Activity A includes only the fragment for +there would not be enough room for both fragments, so Activity A includes only the fragment for the list of articles, and when the user selects an article, it starts Activity B, which includes the fragment to read the article. Thus, the application supports both design patterns suggested in figure 1.