From 8edde476e0c229fa005ee2dd771ac4c7d257602b Mon Sep 17 00:00:00 2001 From: Patrick Pelletier Date: Thu, 20 Aug 2020 00:29:50 -0400 Subject: [PATCH] Fix return value for resource params In the example, the param name is "myparam" and the value is "bar", but the output for the value is "myparam"... s/myparam/bar/ --- docs/source/concepts/resource_tree.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/concepts/resource_tree.rst b/docs/source/concepts/resource_tree.rst index 53f3c3fe..423bc6e5 100644 --- a/docs/source/concepts/resource_tree.rst +++ b/docs/source/concepts/resource_tree.rst @@ -171,7 +171,7 @@ then, when handling the request: .. code-block:: console $ kapow get /request/params/myparam - myparam + bar ``/request/headers/`` Resource