Skip to content

Commit

Permalink
README updates from npm run doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Nov 2, 2023
1 parent f372302 commit 85c9d6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1175,8 +1175,8 @@ as object, when they contain a relative sprite url, or sources referencing data

Function for controlling how `ol-mapbox-style` fetches resources. Can be used for modifying
the url, adding headers or setting credentials options. Called with the url and the resource
type as arguments, this function is supposed to return a `Request` or a url `string`. Without a return value,
the original request will not be modified.
type as arguments, this function is supposed to return a `Request` or a url `string`, or a promise tehereof.
Without a return value the original request will not be modified.

###### Parameters

Expand Down

0 comments on commit 85c9d6f

Please sign in to comment.