From 8e7f826ae684391199fc26589ab59c4172d472bd Mon Sep 17 00:00:00 2001 From: huajin tong <137764712+thirdkeyword@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:05:49 +0800 Subject: [PATCH] chore: fix typo (#3080) Signed-off-by: thirdkeyword --- docs/development-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development-windows.md b/docs/development-windows.md index 2969d53e..097ed7a1 100644 --- a/docs/development-windows.md +++ b/docs/development-windows.md @@ -56,7 +56,7 @@ Memos should now be running at [http://localhost:3001](http://localhost:3001) an ## Building -Frontend must be built before backend. The built frontend must be placed in the backend ./server/frontend/dist directory. Otherwise, you will get a "No frontend embeded" error. +Frontend must be built before backend. The built frontend must be placed in the backend ./server/frontend/dist directory. Otherwise, you will get a "No frontend embedded" error. ### Frontend