Skip to content

Commit

Permalink
docs: fix typo in ErrUnknownIncrementType (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsanh authored Jan 2, 2024
1 parent 44c155c commit abee9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/counter/services/count.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
IncrementTypeSession
)

var ErrUnknownIncrementType error = errors.New("unkown increment type")
var ErrUnknownIncrementType error = errors.New("unknown increment type")

func NewCount(log *slog.Logger, cs *db.CountStore) Count {
return Count{
Expand Down

0 comments on commit abee9d0

Please sign in to comment.