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/tools/testing/activity_test.jd | |
parent | 2ab257231fe774748298ab92f78564a5e19f23f0 (diff) | |
download | frameworks_base-76dfc02135abae5337b48fe99a1b8c0a7d95e33a.zip frameworks_base-76dfc02135abae5337b48fe99a1b8c0a7d95e33a.tar.gz frameworks_base-76dfc02135abae5337b48fe99a1b8c0a7d95e33a.tar.bz2 |
Doc update: clean up ubiquitous typo "the the"
"Bug: 8531405"
Change-Id: Ib2b96dd2c1ab0f4d8abe5a8052bf2ef33f03b8be
Diffstat (limited to 'docs/html/tools/testing/activity_test.jd')
-rw-r--r-- | docs/html/tools/testing/activity_test.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/tools/testing/activity_test.jd b/docs/html/tools/testing/activity_test.jd index 8288249..096aea5 100644 --- a/docs/html/tools/testing/activity_test.jd +++ b/docs/html/tools/testing/activity_test.jd @@ -537,7 +537,7 @@ import android.widget.Spinner; import android.widget.SpinnerAdapter; </pre> <p> - You now have the the complete <code>setUp()</code> method. + You now have the complete <code>setUp()</code> method. </p> <h3 id="AddPreConditionsTest">Adding an initial conditions test</h3> <p> @@ -1266,7 +1266,7 @@ $ adb install Spinner/bin/SpinnerActivity-debug.apk </li> <li> Follow the tutorial, starting with the section <a href="#CreateTestCaseClass">Creating the Test Case Class</a>. When you are prompted to - run the sample application, go the the Launcher screen in your device or emulator and select SpinnerActivity. + run the sample application, go to the Launcher screen in your device or emulator and select SpinnerActivity. When you are prompted to run the test application, return here to continue with the following instructions. </li> <li> |