Fix kt-params Link

This commit is contained in:
Breno Uchôa - DSuite 2020-05-15 16:43:43 -03:00 committed by GitHub
parent dc6db4ba0c
commit a6e76090e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ will be included.
If you wish to include the values of other elements, you can use the [kt-include](/attributes/kt-include) attribute
with a CSS selector of all the elements whose values you want to include in the request.
If you wish to filter out some parameters you can use the [kt-parameters](/attributes/kt-parameters) attribute.
If you wish to filter out some parameters you can use the [kt-params](/attributes/kt-params) attribute.
Finally, if you want to programatically modify the parameters, you can use the [configRequest.kutty](/events#configRequest.kutty)
event.