diff options
author | 2018-06-04 13:25:13 -0700 | |
---|---|---|
committer | 2018-06-04 13:25:13 -0700 | |
commit | a9aa1be6c76be3d46bdf0c5ac04e735ffec6afe7 (patch) | |
tree | ef0e709ee4b2a00e0bd914e947d58867cbecd74e | |
parent | 4651a6cb725c8ab61ae7201773b02694119a0e88 (diff) |
docs: fixed typo
Test: make ds-docs
Bug: 36944070
Change-Id: I47ee8cb59516495c9271308e1de84e0dc7265fb6
-rw-r--r-- | core/java/android/preference/PreferenceActivity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/preference/PreferenceActivity.java b/core/java/android/preference/PreferenceActivity.java index 02fa7edb2aae..257f2cf88ea2 100644 --- a/core/java/android/preference/PreferenceActivity.java +++ b/core/java/android/preference/PreferenceActivity.java @@ -79,7 +79,7 @@ import java.util.List; * <li>On a small screen it may display only the headers as a single list when first launched. * Selecting one of the header items will only show the PreferenceFragment of that header (on * Android N and lower a new Activity is launched). - * <li>On a large screen in may display both the headers and current PreferenceFragment together as + * <li>On a large screen it may display both the headers and current PreferenceFragment together as * panes. Selecting a header item switches to showing the correct PreferenceFragment for that item. * </ul> * |