From ac5c88be6607ca58c28fe4f74056c0f941088afa Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Mon, 31 Aug 2026 17:41:43 +0530 Subject: [PATCH] :books: Fix typo on docs (#11429) Signed-off-by: Vaibhav Srivastava --- docs/technical-guide/developer/devenv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-guide/developer/devenv.md b/docs/technical-guide/developer/devenv.md index 5c3de5254a..bbecd6bb39 100644 --- a/docs/technical-guide/developer/devenv.md +++ b/docs/technical-guide/developer/devenv.md @@ -338,7 +338,7 @@ cd mcp pnpm run bootstrap:multi-user ``` -This will start the MCP server and the multi-user plugin that will be loaded automaticaly by Penpot. +This will start the MCP server and the multi-user plugin that will be loaded automatically by Penpot. There is a NGINX proxy that makes a proxy-pass from outside the docker container so you don't need to remember the ports it's using.