From a38ccd8624eee3fb3664855a4dedf68d5dbedeff Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 9 Feb 2024 05:20:51 -0600 Subject: [PATCH] doc: Fix custom block --- docs/guide/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/development.md b/docs/guide/development.md index 9b9e633b..05975925 100644 --- a/docs/guide/development.md +++ b/docs/guide/development.md @@ -83,6 +83,6 @@ Normally, to manually reload an extension, you have to visit `chrome://extension When running `wxt` command to start the dev server, WXT adds a keyboard shortcut, `ctrl+E` for Windows/Linux and `cmd+E` for Mac, that reloads the extension when pressed, without visiting `chrome://extensions`. -:::note +:::info This shortcut is only available during development, and is not be added to your extension when running `wxt build` or `wxt-zip`. :::