diff --git a/README.rst b/README.rst index a3edba2..347a67c 100644 --- a/README.rst +++ b/README.rst @@ -107,7 +107,7 @@ I do my best to include every contribution proposed in any way that I can. Credits ------- -This Flask extension is based upon the `Decorator for the HTTP Access Control `__ written by Armin Ronacher. +This Flask extension is based upon the `Decorator for the HTTP Access Control `__ written by Armin Ronacher. .. |Build Status| image:: https://api.travis-ci.org/corydolphin/flask-cors.svg?branch=master :target: https://travis-ci.org/corydolphin/flask-cors diff --git a/docs/api.rst b/docs/api.rst index e4e678f..eb9634c 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -70,7 +70,7 @@ Using the `CORS` extension :lines: 29- -Using the `cross_origins` decorator +Using the `cross_origin` decorator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. literalinclude:: ../examples/view_based_example.py