We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7125c3 + c724c0c commit 2661b73Copy full SHA for 2661b73
README.rst
@@ -65,7 +65,7 @@ Now tie the endpoint to the logic function with a router.
65
for resource, route in all_routes:
66
api.add_resource(resource, endpoint)
67
68
-That's it, you know have a functioning api endpoint you can curl and the request is automatically validated for you based on your
+That's it, you now have a functioning API endpoint you can curl and the request is automatically validated for you based on your
69
schema. Positional arguments in your logic function are considered required request parameters and keyword arguments are considered
70
optional. As a bonus, using the `autoflask <http://doctor.readthedocs.io/en/latest/docs.html>`_ sphinx directive, you will also get
71
automatically generated API documentation.
0 commit comments