Skip to content

Commit 284e309

Browse files
authored
docs(vuejs.mdx): fix formatting of the Start Command section for consistency in code styling (#147)
- fix(docs): correct typo in installation documentation from "Servern" to "Server" for clarity - docs(vuejs.mdx): fix formatting of the Start Command section for consistency in code styling
1 parent cc37bf1 commit 284e309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/applications/vuejs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Vue.js is an approachable, performant and versatile framework for building web u
1515
## Server build (NodeJS|Express)
1616

1717
- Set `Build Pack` to `nixpacks`.
18-
- Set 'Start Command` to `node server.js`.
18+
- Set `Start Command` to `node server.js`.
1919

2020
## Static build (SPA)
2121

src/content/docs/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For the following things:
106106
### 1. Quick Installation (Recommended)
107107

108108
<Steps>
109-
1. **Prepare Your Servern**
109+
1. **Prepare Your Server**
110110
- Log in as the `root` user (non-root user is not fully supported yet [non-root-user](/docs/
111111
knowledge-base/server/non-root-user))
112112
- Configure SSH by following the [SSH Settings Configuration Guide](/docs/knowledge-base/server/openssh#ssh-settings-configuration)

0 commit comments

Comments
 (0)