fix(Contentful Node): Fix typo in credential name (no-changelog) (#6692)

This commit is contained in:
Jon
2023-07-19 09:41:50 +01:00
committed by GitHub
parent 3566c13afc
commit 81e98e82fd
3 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ export async function contentfulApiRequest(
}
}
export async function contenfulApiRequestAllItems(
export async function contentfulApiRequestAllItems(
this: ILoadOptionsFunctions | IExecuteFunctions,
propertyName: string,
method: string,