fix: typo

This commit is contained in:
liyasthomas
2021-06-21 16:39:51 +05:30
parent 41eb4f8395
commit 3e5629e738
4 changed files with 20 additions and 20 deletions

View File

@@ -77,7 +77,7 @@ export const SalesforceApexCodegen = {
requestString.push(` System.debug(response.getBody());\n`)
requestString.push(`} catch (CalloutException ex) {\n`)
requestString.push(
` System.debug('An error occured ' + ex.getMessage());\n`
` System.debug('An error occurred ' + ex.getMessage());\n`
)
requestString.push(`}`)