From 29d059aed5240faaa2dcb6f3bdc475e9398de0a0 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sat, 12 Feb 2022 02:23:47 +0800 Subject: [PATCH] fix typo --- docs/browser_env_cors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/browser_env_cors.md b/docs/browser_env_cors.md index 28c7f06..548ba4c 100644 --- a/docs/browser_env_cors.md +++ b/docs/browser_env_cors.md @@ -1,6 +1,6 @@ # Limitations From The Browser Environment: CORS Issue -The plugin is developed for the browser environment. The "fake" browser behind the scenes also follows CORS policy. +The plugin is developed for the browser environment. The "fake" browser behind the scenes also follows the CORS policy. [MDN has a doc about CORS.](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)