Skip to content

Commit

Permalink
Fix return value for resource params
Browse files Browse the repository at this point in the history
In the example, the param name is "myparam" and the value is "bar", but the output for the value is "myparam"...
s/myparam/bar/
  • Loading branch information
skinp authored Aug 20, 2020
1 parent 3ba3df6 commit 8edde47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/concepts/resource_tree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ then, when handling the request:
.. code-block:: console
$ kapow get /request/params/myparam
myparam
bar
``/request/headers/<name>`` Resource
Expand Down

0 comments on commit 8edde47

Please sign in to comment.