diff --git a/doc/source/developer/api/tutorial.rst b/doc/source/developer/api/tutorial.rst index 3b03a66d..b26aef09 100644 --- a/doc/source/developer/api/tutorial.rst +++ b/doc/source/developer/api/tutorial.rst @@ -36,7 +36,7 @@ the hashmap module's resources should be a Flask-RESTful resource (eg. * A ``MyResource`` resource with support for ``GET``, ``POST`` and ``PUT`` HTTP methods on the ``/myresource/`` route. - * A ``MyResourceList`` resource with support for the ``GET``HTTP + * A ``MyResourceList`` resource with support for the ``GET`` HTTP method on the ``/myresource`` route. * A blueprint containing these resources.