Skip to content

Commit 5104e69

Browse files
authored
typo (#120)
1 parent fddc98b commit 5104e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/guide/response.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ status code.
142142
## Send XML
143143

144144
`Context#XML(code int, i interface{})` can be used to encode a provided Go type into
145-
XML and send it as response with status cod.
145+
XML and send it as response with status code.
146146

147147
*Example*
148148

@@ -346,4 +346,4 @@ func(c echo.Context) error {
346346
}
347347
```
348348

349-
> It is possible to register multiple before and after functions
349+
> It is possible to register multiple before and after functions

0 commit comments

Comments
 (0)