File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/io/appium/java_client Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ default HasAndroidSettings normalizeTagNames(boolean enabled) {
116
116
}
117
117
118
118
/**
119
- * Whether to return compact (standards-compliant) & faster responses in find element/s
120
- * (the default setting). If set to false then the response will also contains other
119
+ * Whether to return compact (standards-compliant) and faster responses in find element/s
120
+ * (the default setting). If set to false then the response may also contain other
121
121
* available element attributes.
122
122
*
123
123
* @param enabled Either true or false. The default value if true.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ default HasIOSSettings nativeWebTap(Boolean enabled) {
34
34
35
35
/**
36
36
* Whether to return compact (standards-compliant) and faster responses from find element/s
37
- * (the default setting). If set to false then the response will also contains other
37
+ * (the default setting). If set to false then the response may also contain other
38
38
* available element attributes.
39
39
*
40
40
* @param enabled Either true or false. The default value if true.
You can’t perform that action at this time.
0 commit comments