Skip to content

Commit e73722e

Browse files
committed
Correct spelling mistakes in docs
1 parent aa96f96 commit e73722e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,13 @@ A sample configuration file:
7070

7171
#### `browsers` parameter
7272

73-
`browsers` parameter is a list of objects, where each object contains the details of the browsers on which you want to run your tests. This object differs for browsers on dekstop platforms and browsers on mobile platforms. Browsers on dekstop platoform should contain `browser`, `browser_version`, `os `, `os_version` parameters set as required and `device` parameter is set to `null`.
73+
`browsers` parameter is a list of objects, where each object contains the details of the browsers on which you want to run your tests. This object differs for browsers on desktop platforms and browsers on mobile platforms. Browsers on desktop platform should contain `browser`, `browser_version`, `os `, `os_version` parameters set as required.
7474

7575
Example:
7676
```json
7777
{
7878
"browser": "ie",
7979
"browser_version": "10.0",
80-
"device": null,
8180
"os": "Windows",
8281
"os_version": "8"
8382
}

0 commit comments

Comments
 (0)