refactor(core): Fix misspelling of credentials (#3479)

This commit is contained in:
Erick Friis
2022-06-13 12:41:18 -07:00
committed by GitHub
parent 34e891c0f8
commit 0f630b97cb
12 changed files with 18 additions and 18 deletions

View File

@@ -711,7 +711,7 @@ export function getConditions() {
return elements;
}
export function validateCrendetials(this: ICredentialTestFunctions, credentials: ICredentialDataDecryptedObject) {
export function validateCredentials(this: ICredentialTestFunctions, credentials: ICredentialDataDecryptedObject) {
const options: OptionsWithUri = {
headers: {
'Authorization': `Bearer ${credentials.apiKey}`,