corydolphin / flask-cors

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

Small typo in documentation #290

Closed gitonthescene closed 1 year ago

gitonthescene commented 3 years ago

On this page the last heading is “Using the _crossorigins decorator”. I believe _crossorigins should be singular.

gitonthescene commented 3 years ago

Also I think Decorator for the HTTP Access Control is a dead link.

bbbart commented 3 years ago

Yes, you're right. I created a small pull request to fix those. Thanks for bringing this up.

By the way, all Flask snippets seem to be gone: https://github.com/pallets/website/issues/41

gitonthescene commented 3 years ago

I think this issue can probably be closed.

corydolphin commented 1 year ago

Thank you!