diff options
author | Mark Doliner <markdoliner@google.com> | 2014-01-02 11:17:47 -0800 |
---|---|---|
committer | Mark Doliner <markdoliner@google.com> | 2014-01-03 19:15:36 +0000 |
commit | 9525f2a72e2786f1b53927878dd8234859ea5c39 (patch) | |
tree | df1aea2053df7b6c34716fa3a009dfb7e234c95c /docs/html/tools | |
parent | cccf2a333793badbcea9b04fe3f29447496a56d9 (diff) | |
download | frameworks_base-9525f2a72e2786f1b53927878dd8234859ea5c39.zip frameworks_base-9525f2a72e2786f1b53927878dd8234859ea5c39.tar.gz frameworks_base-9525f2a72e2786f1b53927878dd8234859ea5c39.tar.bz2 |
Miscellaneous small documentation fixes.
Most of these I noticed on my own. The change to docs/html/tools/testing/testing_ui.jd is mentioned in a bug report:
https://code.google.com/p/android/issues/detail?id=56324
Signed-off-by: Mark Doliner <markdoliner@google.com>
Diffstat (limited to 'docs/html/tools')
-rw-r--r-- | docs/html/tools/testing/testing_ui.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/testing/testing_ui.jd b/docs/html/tools/testing/testing_ui.jd index 701415e..4318a21 100644 --- a/docs/html/tools/testing/testing_ui.jd +++ b/docs/html/tools/testing/testing_ui.jd @@ -90,7 +90,7 @@ Functional or black-box UI testing does not require testers to know the internal alt="User interface of uiautomatorviewer tool" height="327px" id="figure1"/> </a> <p class="img-caption"> - <strong>Figure 1.</strong> The {@code uiautomatorviewer} showing the captured interface of a test deviice. + <strong>Figure 1.</strong> The {@code uiautomatorviewer} showing the captured interface of a test device. </p> <p>To analyze the UI components of the application that you want to test:</p> |