Skip to content

Commit 8576b4c

Browse files
tatane616rotemmiz
authored andcommitted
Fix typo (wix#928)
1 parent 3e82a3b commit 8576b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/APIRef.DeviceObjectAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ await device.setLocation(32.0853, 34.7818);
212212

213213
### `device.setURLBlacklist([urls])`
214214

215-
Disable [EarlGrey's network synchronization mechanism](https://github.com/google/EarlGrey/blob/master/docs/api.md#network) on preffered endpoints. Usful if you want to on skip over synchronizing on certain URLs.
215+
Disable [EarlGrey's network synchronization mechanism](https://github.com/google/EarlGrey/blob/master/docs/api.md#network) on preffered endpoints. Useful if you want to on skip over synchronizing on certain URLs.
216216

217217
```js
218218
await device.setURLBlacklist(['.*127.0.0.1.*']);

0 commit comments

Comments
 (0)