Get rid of contractions (#9879)

pull/6/head
Emily Grace Seville 2023-02-21 14:56:20 +10:00 committed by GitHub
parent 4669efef74
commit 6dbd66054a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
- Display information about a specific property:
`getprop {{prop}}`
`getprop {{property}}`
- Display the SDK API level:

View File

@ -14,7 +14,7 @@
- Send a single tap to an Android device:
`input tap {{x_pos}} {{y_pos}}`
`input tap {{x_position}} {{y_position}}`
- Send a swipe gesture to an Android device:
@ -22,4 +22,4 @@
- Send a long press to an Android device using a swipe gesture:
`input swipe {{x_pos}} {{y_pos}} {{x_pos}} {{y_pos}} {{duration_in_ms}}`
`input swipe {{x_position}} {{y_position}} {{x_position}} {{y_position}} {{duration_in_ms}}`