From 6dbd66054ae8b8e72859628cac924ead534c5968 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Tue, 21 Feb 2023 14:56:20 +1000 Subject: [PATCH] Get rid of contractions (#9879) --- pages/android/getprop.md | 2 +- pages/android/input.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/android/getprop.md b/pages/android/getprop.md index 81438d8fa..5a87b7ec7 100644 --- a/pages/android/getprop.md +++ b/pages/android/getprop.md @@ -9,7 +9,7 @@ - Display information about a specific property: -`getprop {{prop}}` +`getprop {{property}}` - Display the SDK API level: diff --git a/pages/android/input.md b/pages/android/input.md index 323e67da5..74568ea7f 100644 --- a/pages/android/input.md +++ b/pages/android/input.md @@ -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}}`