Fix typo in taskConfiguration.ts

This commit is contained in:
Dániel Tar 2018-06-15 18:29:13 +02:00 committed by GitHub
parent 11c2ef6335
commit ae97743535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1257,7 +1257,7 @@ namespace ConfiguringTask {
if (taskIdentifier === void 0) {
context.problemReporter.error(nls.localize(
'ConfigurationParser.incorrectType',
'Error: the task configuration \'{0}\' is using and unknown type. The task configuration will be ignored.', JSON.stringify(external, undefined, 0)
'Error: the task configuration \'{0}\' is using an unknown type. The task configuration will be ignored.', JSON.stringify(external, undefined, 0)
));
return undefined;
}