Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan VanBuren <[email protected]>
  • Loading branch information
stefanvanburen committed Nov 8, 2024
1 parent c14e197 commit 51b5d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

`connectrpc.com/validate` provides a [Connect][connect-go] interceptor that
takes the tedium out of data validation. Rather than hand-writing repetitive
documentation and code &mdash; verifing that `User.email` is valid, or that
documentation and code &mdash; verifying that `User.email` is valid, or that
`User.age` falls within reasonable bounds &mdash; you can instead encode those
constraints into your Protobuf schemas and automatically enforce them at
runtime.
Expand Down Expand Up @@ -94,7 +94,7 @@ func main() {
if err != nil {
log.Fatal(err)
}

mux := http.NewServeMux()
mux.Handle(userv1connect.NewUserServiceHandler(
&userv1connect.UnimplementedUserServiceHandler{},
Expand Down

0 comments on commit 51b5d97

Please sign in to comment.