Skip to content

Commit a424851

Browse files
author
Ace Nassri
authored
chore(functions): fix typo (GoogleCloudPlatform#6455)
Fixes b/190638930
1 parent 3b5a4bb commit a424851

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

functions/http/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ def parse_multipart(request):
9393

9494
# [START functions_http_cors]
9595
def cors_enabled_function(request):
96-
# For more information about CORS and CORS preflight requests, see
96+
# For more information about CORS and CORS preflight requests, see:
9797
# https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
98-
# for more information.
9998

10099
# Set CORS headers for the preflight request
101100
if request.method == 'OPTIONS':

0 commit comments

Comments
 (0)