Skip to content

Commit

Permalink
Fix typo in set_cors_headers docstring (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunarch authored Feb 19, 2022
1 parent 24c45ce commit 79bb372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_cors/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def get_cors_headers(options, request_headers, request_method):

def set_cors_headers(resp, options):
"""
Performs the actual evaluation of Flas-CORS options and actually
Performs the actual evaluation of Flask-CORS options and actually
modifies the response object.
This function is used both in the decorator and the after_request
Expand Down

0 comments on commit 79bb372

Please sign in to comment.