aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2018-09-07 04:43:08 +0900
committerDavid T.H. Kao <dthkao@gmail.com>2018-09-06 12:43:08 -0700
commit1706b214ea71a169685b24ba18583d899009c881 (patch)
tree38844b95158d82e866b213bb31d224bf49a0c082
parente2f6e34405293c638db69de357735d5749c04276 (diff)
downloadmobly-snippet-lib-1706b214ea71a169685b24ba18583d899009c881.tar.gz
Fix a few spelling mistakes in README.md (#98)
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 99aec9e..f4447c3 100644
--- a/README.md
+++ b/README.md
@@ -38,8 +38,8 @@ and allows you to get either the test app's or the main app's context from
`InstrumentationRegistry`.
Once started, the special runner starts a web server which listens for requests
-to trigger snippets. The server's handler locates the corrsponding methods by
-reflection, runs them, and returns results over the tcp socket. All common
+to trigger snippets. The server's handler locates the corresponding methods by
+reflection, runs them, and returns results over the TCP socket. All common
built-in variable types are supported as arguments.
@@ -54,7 +54,7 @@ mobly snippet lib along with detailed tutorials.
instruments a primary app to drive its UI using
[Espresso](https://google.github.io/android-testing-support-library/docs/espresso/).
* [ex3_async_event](examples/ex3_async_event): Example of how to use the
- @AsyncRpc annotation to handle asynchornous callbacks.
+ @AsyncRpc annotation to handle asynchronous callbacks.
* [ex4_uiautomator](examples/ex4_uiautomator): Example of how to create
snippets that automate the UI actions using UIAutomator. Unlike Espresso
UIAutomator works even without access to app source code.