We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5104e69 commit 4d52b90Copy full SHA for 4d52b90
website/content/guide/request.md
@@ -161,7 +161,7 @@ $ curl http://localhost:1323/users/Joe
161
162
## Validate Data
163
164
-Echo doesn't have a built-in data validation capabilities, however, you can register
+Echo doesn't have built-in data validation capabilities, however, you can register
165
a custom validator using `Echo#Validator` and leverage third-party [libraries](https://github.com/avelino/awesome-go#validation).
166
167
Example below uses https://github.com/go-playground/validator framework for validation:
0 commit comments