Skip to content

Commit 4d52b90

Browse files
authored
Tiny typo (#117)
1 parent 5104e69 commit 4d52b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/guide/request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ $ curl http://localhost:1323/users/Joe
161161

162162
## Validate Data
163163

164-
Echo doesn't have a built-in data validation capabilities, however, you can register
164+
Echo doesn't have built-in data validation capabilities, however, you can register
165165
a custom validator using `Echo#Validator` and leverage third-party [libraries](https://github.com/avelino/awesome-go#validation).
166166

167167
Example below uses https://github.com/go-playground/validator framework for validation:

0 commit comments

Comments
 (0)