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

@@ -93,7 +93,7 @@ export const CsRestsharpCodegen = {
// analyse result
requestString.push(
`if (!response.IsSuccessful)\n{\n Console.WriteLine("An error occured " + response.ErrorMessage);\n}\n\n`
`if (!response.IsSuccessful)\n{\n Console.WriteLine("An error occurred " + response.ErrorMessage);\n}\n\n`
)
requestString.push(`var result = response.Content;\n`)