1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Fixing spelling error in manpage
--- a/flask_cors/decorator.py
+++ b/flask_cors/decorator.py
@@ -59,7 +59,7 @@ def cross_origin(*args, **kwargs):
`Access-Control-Allow-Credentials` header in responses. This allows
cookies and credentials to be submitted across domains.
- :note: This option cannot be used in conjuction with a '*' origin
+ :note: This option cannot be used in conjunction with a '*' origin
Default : False
:type supports_credentials: bool
--- a/flask_cors/extension.py
+++ b/flask_cors/extension.py
@@ -89,7 +89,7 @@ class CORS(object):
`Access-Control-Allow-Credentials` header in responses. This allows
cookies and credentials to be submitted across domains.
- :note: This option cannot be used in conjuction with a '*' origin
+ :note: This option cannot be used in conjunction with a '*' origin
Default : False
:type supports_credentials: bool
|