corydolphin / flask-cors

Cross Origin Resource Sharing ( CORS ) support for Flask
https://flask-cors.corydolphin.com/
MIT License
873 stars 140 forks source link

docs: Fix simple typo, garaunteed -> guaranteed #263

Closed timgates42 closed 4 years ago

timgates42 commented 4 years ago

There is a small typo in tests/decorator/test_origins.py, tests/extension/test_app_extension.py.

Should read guaranteed rather than garaunteed.

corydolphin commented 4 years ago

There is a small typo in tests/decorator/test_origins.py, tests/extension/test_app_extension.py.

Should read guaranteed rather than garaunteed.

Thank you very much for noticing and taking the time to make the change! I really appreciate the contribution.

Have a great weekend, Cory