Skip to content

Commit

Permalink
Update ridge.go
Browse files Browse the repository at this point in the history
Co-authored-by: FUJIWARA Shunichiro <fujiwara.shunichiro@gmail.com>
  • Loading branch information
mashiike and fujiwara committed Mar 14, 2024
1 parent f79c26b commit c9dbddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func RunWithContext(ctx context.Context, address, prefix string, mux http.Handle
}

// Ridge is a struct to run http handler on AWS Lambda runtime or net/http's server.
type Reige struct {
type Ridge struct {
Address string
Prefix string
Mux http.Handler
Expand Down

0 comments on commit c9dbddf

Please sign in to comment.