chore: fix typo (#3080)

Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
This commit is contained in:
huajin tong 2024-03-12 17:05:49 +08:00 committed by GitHub
parent 9ffc1515f4
commit 8e7f826ae6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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