From a82eb4651124f717c7bbdc7274a255fc62dc5e73 Mon Sep 17 00:00:00 2001 From: Farzad Soltani Date: Sun, 7 Jul 2024 17:46:03 +0330 Subject: [PATCH] docs: fix grammar (#806) --- docs/get-started/entrypoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/entrypoints.md b/docs/get-started/entrypoints.md index 36d8a1af..65b7bf08 100644 --- a/docs/get-started/entrypoints.md +++ b/docs/get-started/entrypoints.md @@ -17,7 +17,7 @@ In WXT, you create an entrypoint by adding a file to the `entrypoints/` director Some entrypoint filesname patterns are reserved by WXT and effect how the manifest is generated. -- `popup` adds a `action` to the manifest +- `popup` adds an `action` to the manifest - `background` adds a background script/service worker - `*.content.ts` adds a content script - ...