From e51a7169dade0dc5716fdd31d0adf14faab4d260 Mon Sep 17 00:00:00 2001 From: alv2017 Date: Thu, 13 Mar 2025 20:17:35 +0200 Subject: [PATCH] Applying correction proposed by the reviewer --- docs/en/docs/tutorial/cors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/cors.md b/docs/en/docs/tutorial/cors.md index 770431b7c..412d1a861 100644 --- a/docs/en/docs/tutorial/cors.md +++ b/docs/en/docs/tutorial/cors.md @@ -4,7 +4,7 @@ For security reasons a front-end application running in a browser can only request resources (such as APIs, stylesheets, and images) from the same origin the application was loaded from, unless the response from other origins includes the right CORS headers. -CORS is a security standard implemented by browsers. It enables scripts running in a browser securely access resources located outside the browser domain. +CORS is a security standard implemented by browsers. It enables scripts running in a browser to securely access resources located outside the browser domain. ## Origin