From ea5b81d25e88425f9662ca62d0d8c55e28a3c3ef Mon Sep 17 00:00:00 2001 From: Jeffrey Zang <66485719+jeffrey-zang@users.noreply.github.com> Date: Mon, 6 May 2024 22:58:36 -0400 Subject: [PATCH] docs: Fix spelling mistake in remote-code.md (#652) --- docs/guide/remote-code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/remote-code.md b/docs/guide/remote-code.md index 904a5cbf..ca2e7315 100644 --- a/docs/guide/remote-code.md +++ b/docs/guide/remote-code.md @@ -1,10 +1,10 @@ # Remote Code -WXT will automatically download and bundle imports with the `url:` prefix so the extension does not depend of remote code, [a requirement from Google for MV3](https://developer.chrome.com/docs/extensions/migrating/improve-security/#remove-remote-code). +WXT will automatically download and bundle imports with the `url:` prefix so the extension does not depend on remote code, [a requirement from Google for MV3](https://developer.chrome.com/docs/extensions/migrating/improve-security/#remove-remote-code). ## Google Analytics -For example, you can import google analytics: +For example, you can import Google Analytics: ```ts // utils/google-analytics.ts