Skip to content

Commit

Permalink
Fix typo (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatane616 authored and rotemmiz committed Sep 7, 2018
1 parent 3e82a3b commit 8576b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/APIRef.DeviceObjectAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ await device.setLocation(32.0853, 34.7818);

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

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.
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.

```js
await device.setURLBlacklist(['.*127.0.0.1.*']);
Expand Down

0 comments on commit 8576b4c

Please sign in to comment.