Skip to content

Commit

Permalink
Fix typo (#10)
Browse files Browse the repository at this point in the history
Fix typo in creditText const
  • Loading branch information
nnichols authored Nov 22, 2021
1 parent c151698 commit 7a73a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
ListTemplate = TemplateType("list")
TableTemplate = TemplateType("table")

creditText = "A list of awesome repositories I've starred. Wan't your own? Try: "
creditText = "A list of awesome repositories I've starred. Want your own? Try: "
creditUrl = "https://github.com/rverst/stargazer"
)

Expand Down

0 comments on commit 7a73a63

Please sign in to comment.