Skip to content

Commit e2680f3

Browse files
committed
origin url
1 parent 61dff5d commit e2680f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/book/v4/core-features/cors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When integrating an API, most developers have encountered the following error me
1212
> Access to fetch at _RESOURCE_URL_ from origin _ORIGIN_URL_ has been blocked by CORS policy:
1313
> No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
1414
15-
This happens because the API (_RESOURCE_URL_) is not configured to accept requests from the client (_RESOURCE_URL_).
15+
This happens because the API (_RESOURCE_URL_) is not configured to accept requests from the client (_ORIGIN_URL_).
1616

1717
## How to fix?
1818

0 commit comments

Comments
 (0)