Skip to content

Commit a3fa52c

Browse files
authored
Merge pull request bartve#52 from 0xflotus/patch-1
fixed accepts
2 parents 1e76f27 + e627812 commit a3fa52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HISTORY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
==================
114114
* Replaced some short circuit evaluations and improved the general readability of `client.js`
115115
* Implemented a more elegant way to require OAuth authentication for the `get()`, `post()`, `put()` and `delete()` functions of `DiscogsClient`
116-
* **Breaking change:** `DiscogsClient.getAccessToken()` now only acceps **two** parameters: `verifier` and `callback`.
116+
* **Breaking change:** `DiscogsClient.getAccessToken()` now only accepts **two** parameters: `verifier` and `callback`.
117117
The former `requestObject` parameter is now taken from the `oauth` property of the `DiscogsClient` instance.
118118
For further info see the updated `README.md`
119119

@@ -174,4 +174,4 @@
174174

175175
0.1.0 / 2014-06-18
176176
==================
177-
* Initial public release
177+
* Initial public release

0 commit comments

Comments
 (0)