Skip to content

Commit 5468aea

Browse files
authored
Merge pull request #1014 from dlespiau/2019-09-24-typo
scaffold: Fix scaffoldig typo
2 parents 4f7807c + d1250f8 commit 5468aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scaffold/input/input.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
Overwrite
3131
)
3232

33-
// Input is the input for scaffoldig a file
33+
// Input is the input for scaffolding a file
3434
type Input struct {
3535
// Path is the file to write
3636
Path string

0 commit comments

Comments
 (0)