We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f41e02c + 8360889 commit af5510aCopy full SHA for af5510a
index.js
@@ -20,7 +20,7 @@ if (fs.existsSync('composer.json')) {
20
21
if (!validationResult.valid) {
22
validationResult.errors.forEach(function (outputUnit) {
23
- core.error("There is in error in the keyword located by {0}: {1}".format(
+ core.error("There is an error in the keyword located by {0}: {1}".format(
24
outputUnit.keywordLocation,
25
outputUnit.error
26
));
0 commit comments