Skip to content

Commit 8fbcbe0

Browse files
committed
lint
1 parent 3988e45 commit 8fbcbe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ The `url` property is used to set the url that requests will be made to. If you
410410
411411
`useOnPlatform` configures when the proxy url is used. It can be set to either `web`- will be used only when the device platform is detected as web (but not iOS or Android, or `all` - will always be used.
412412
413-
You can optionally specify headers to apply to your request in the `headers` object.
413+
You can optionally specify headers to apply to your request in the `headers` object.
414414
415415
### Example:
416416
@@ -435,8 +435,8 @@ const GooglePlacesInput = () => {
435435
url:
436436
'https://cors-anywhere.herokuapp.com/https://maps.googleapis.com/maps/api', // or any proxy server that hits https://maps.googleapis.com/maps/api
437437
headers: {
438-
Authorization: `an auth token` // if required for your proxy
439-
}
438+
Authorization: `an auth token`, // if required for your proxy
439+
},
440440
}}
441441
/>
442442
);

0 commit comments

Comments
 (0)