Spelling Corrections.

This commit is contained in:
vinodkiran
2023-10-26 11:11:10 +05:30
parent 0517d458d3
commit cd6538c5f2
8 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -301,7 +301,7 @@ async function crawl(baseURL: string, currentURL: string, pages: string[], limit
}
/**
* Prep URL before passing into recursive carwl function
* Prep URL before passing into recursive crawl function
* @param {string} stringURL
* @param {number} limit
* @returns {Promise<string[]>}
@@ -445,7 +445,7 @@ export const getCredentialData = async (selectedCredentialId: string, options: I
if (!credential) return {}
// Decrpyt credentialData
// Decrypt credentialData
const decryptedCredentialData = await decryptCredentialData(credential.encryptedData)
return decryptedCredentialData