Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Jul 16, 2021
1 parent 7148bcb commit 1f8e663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import sce "github.com/ossf/scorecard/errors"
// consistent erorr messages to the caller.
return sce.Create(sce.ErrRunFailure, ErrInternalInvalidYamlFile.Error())

// Return a standard check run failure, with an error message from an internal error and and API call error.
// Return a standard check run failure, with an error message from an internal error and an API call error.
err := dependency.apiCall()
if err != nil {
return sce.Create(sce.ErrRunFailure, fmt.Sprintf("%v: %v", sce.ErrInternalSomething, err))
Expand Down

0 comments on commit 1f8e663

Please sign in to comment.