Skip to content

Commit

Permalink
Fix typo in usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenvdv committed Oct 16, 2018
1 parent af214f0 commit 12fcae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Here is an example of what a Flask app using this library would look like:
if __name__ == '__main__':
app.run(debug=True)
You can access the original input event on Flask application context:
You can access the original input event on the Flask request context:

.. code-block:: python
Expand Down

0 comments on commit 12fcae6

Please sign in to comment.