Skip to content

Commit 98b7804

Browse files
committed
Fix typo
1 parent b359aed commit 98b7804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type runArgs struct {
4545
value string
4646
}
4747

48-
var errAlreadySet = errors.New("stack alerady has required parameter value")
48+
var errAlreadySet = errors.New("stack already has required parameter value")
4949

5050
func run(ctx context.Context, args runArgs) error {
5151
if err := args.validate(); err != nil {

0 commit comments

Comments
 (0)