Skip to content

Commit 6cb0e35

Browse files
TechplexEngineeraldas
authored andcommitted
minor typo fo => for
1 parent 7c59c5f commit 6cb0e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/guide/binding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ In the struct definitions each field can be tagged to restrict binding to specif
1818
* `query` - source is request query parameters.
1919
* `param` - source is route path parameter.
2020
* `form` - source is form. Values are taken from query and request body. Uses Go standard library form parsing.
21-
* `json` - source is request body. Uses Go [json](https://golang.org/pkg/encoding/json/) package fo unmarshalling.
22-
* `xml` - source is request body. Uses Go [xml](https://golang.org/pkg/encoding/xml/) package fo unmarshalling.
21+
* `json` - source is request body. Uses Go [json](https://golang.org/pkg/encoding/json/) package for unmarshalling.
22+
* `xml` - source is request body. Uses Go [xml](https://golang.org/pkg/encoding/xml/) package for unmarshalling.
2323

2424
```go
2525
type User struct {

0 commit comments

Comments
 (0)