Skip to content

Commit

Permalink
fix: minor typo, fixes #665
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Apr 4, 2024
1 parent c24f2a7 commit 72349ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/templ/generatecmd/modcheck/modcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ func Check(dir string) error {
return nil
}
}
return fmt.Errorf("templ not found in go.mod file, run `go get github.com/a-h/templ to install it`")
return fmt.Errorf("templ not found in go.mod file, run `go get github.com/a-h/templ` to install it")
}

0 comments on commit 72349ec

Please sign in to comment.