mirror of
https://github.com/kataras/iris.git
synced 2025-12-21 03:47:04 +00:00
misspell
Former-commit-id: 3be90d3099bfd9eabebd299dc08f9d6c1e6c2a29
This commit is contained in:
@@ -46,7 +46,7 @@ func readBody(ctx iris.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
// For the shake of the example, log the received payload.
|
||||
// For the sake of the example, log the received payload.
|
||||
ctx.Application().Logger().Infof("Received: %#+v", p)
|
||||
|
||||
// Send back the payload depending on the accept content type and accept-encoding of the client,
|
||||
|
||||
Reference in New Issue
Block a user