Skip to content

Commit 74c393f

Browse files
authored
fix: Fixes a typo that was fixed in the repo in 2.3.0 (serverpod#259)
1 parent ab2e2d3 commit 74c393f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/07-deployments/04-deploying-to-aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ ExecStart=/home/ec2-user/serverpod/active/mypod_server/deploy/aws/scripts/run_se
146146
Restart=always
147147
148148
[Install]
149-
WantedBy=muti-user.target
149+
WantedBy=multi-user.target
150150
WantedBy=network-online.target
151151
EOF
152152

versioned_docs/version-2.3.0/07-deployments/04-deploying-to-aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ ExecStart=/home/ec2-user/serverpod/active/mypod_server/deploy/aws/scripts/run_se
146146
Restart=always
147147
148148
[Install]
149-
WantedBy=muti-user.target
149+
WantedBy=multi-user.target
150150
WantedBy=network-online.target
151151
EOF
152152

versioned_docs/version-2.4.0/07-deployments/04-deploying-to-aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ ExecStart=/home/ec2-user/serverpod/active/mypod_server/deploy/aws/scripts/run_se
146146
Restart=always
147147
148148
[Install]
149-
WantedBy=muti-user.target
149+
WantedBy=multi-user.target
150150
WantedBy=network-online.target
151151
EOF
152152

0 commit comments

Comments
 (0)