mirror of
https://github.com/not-kennethreitz/Flask-Caster.git
synced 2026-06-05 07:06:12 +00:00
typo
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ This will do a few things:
|
||||
- Assure that the ``json`` query parameter is always present, even if
|
||||
if it wasn't provided by the end-user.
|
||||
|
||||
Query paramaeters are accessable via ``request.args``.
|
||||
Query parameters are accessable via ``request.args``.
|
||||
|
||||
Assignable properties include ``ints``, ``booleans``, ``always``, and ``always_default``. The ``always_default`` property can be set to any value,
|
||||
or to a callable, which will receive one keyword argument: ``arg_name``.
|
||||
|
||||
Reference in New Issue
Block a user