Skip to content

Commit 7d94fbf

Browse files
committed
fix: bump build
1 parent e117572 commit 7d94fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create-contentful-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export default function createClientApi(makeRequest: MakeRequest) {
490490
* })
491491
*
492492
* client.getPersonalAccessTokens()
493-
* .then(response => console.log(reponse.items))
493+
* .then(response => console.log(response.items))
494494
* .catch(console.error)
495495
* ```
496496
*/

0 commit comments

Comments
 (0)