1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Stewart Ferguson <stew@ferg.aero>
Date: Sat, 8 Dec 2018 12:11:01 +0100
Subject: Spelling: Fix misspelled word conjuction
---
flask_cors/decorator.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flask_cors/decorator.py b/flask_cors/decorator.py
index 4a529e7..b332413 100644
--- 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
|