Skip to content

Commit af5510a

Browse files
authored
Merge pull request #42 from boesing/bugfix/typo-error-message
Fixes typo in error message
2 parents f41e02c + 8360889 commit af5510a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (fs.existsSync('composer.json')) {
2020

2121
if (!validationResult.valid) {
2222
validationResult.errors.forEach(function (outputUnit) {
23-
core.error("There is in error in the keyword located by {0}: {1}".format(
23+
core.error("There is an error in the keyword located by {0}: {1}".format(
2424
outputUnit.keywordLocation,
2525
outputUnit.error
2626
));

0 commit comments

Comments
 (0)