Fixed typos and grammatical errors (#791)

* 🐛 Fixed typos and grammatical errors

* 🐛 Made changes based on Tanay's feedback
This commit is contained in:
smamudhan
2020-07-24 16:26:41 +05:30
committed by GitHub
parent 546995aa4f
commit 725d2d16fc
42 changed files with 92 additions and 96 deletions

View File

@@ -59,7 +59,7 @@ export async function gitlabApiRequest(this: IHookFunctions | IExecuteFunctions,
} catch (error) {
if (error.statusCode === 401) {
// Return a clear error
throw new Error('The Gitlab credentials are not valid!');
throw new Error('The GitLab credentials are not valid!');
}
if (error.response && error.response.body && error.response.body.message) {