Skip to content

Commit

Permalink
http: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Jul 14, 2023
1 parent 45eb00c commit 0282fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (s *Server) WithWS() *Server {
return s
}

// WithCatalog enables routes related to the ingredients, doughs, and tools. An database.InMemoryDatabase is required to
// WithCatalog enables routes related to the ingredients, doughs, and tools. A database.InMemoryDatabase is required to
// enable this endpoint group.
// This database is safe to be used concurrently and thus may be shared with other endpoint groups.
func (s *Server) WithCatalog(db *database.InMemoryDatabase) *Server {
Expand Down

0 comments on commit 0282fa8

Please sign in to comment.