contentful-management 12.0.0-new-beta.2 → 12.0.0-new-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13023,7 +13023,7 @@ function createClientApi(makeRequest) {
13023
13023
  * })
13024
13024
  *
13025
13025
  * client.getPersonalAccessTokens()
13026
- * .then(response => console.log(reponse.items))
13026
+ * .then(response => console.log(response.items))
13027
13027
  * .catch(console.error)
13028
13028
  * ```
13029
13029
  */