Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 3dc7cf3

Browse files
committed
Fix typo
1 parent 9f56b91 commit 3dc7cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const config = {
8383
timeout: 60000, // Request timeout in milliseconds
8484
cache: true, // If set to false an additional timestamp parameter is added to all API GET calls to prevent browser caching
8585
enableCookies: false, //If set to true, the client will save the cookies from each server response, and return them in the next request.
86-
overrideHttpPut: true // If set to true, any methods specified as using http PUT will best sent using POST along the header value 'x-dw-http-method-override' set to 'PUT'.
86+
overrideHttpPut: true // If set to true, any methods specified as using http PUT will be sent using POST along the header value 'x-dw-http-method-override' set to 'PUT'.
8787
}
8888

8989
ShopApi.ApiClient.instance = new ShopApi.ApiClient(config)

0 commit comments

Comments
 (0)