Skip to content

Commit 6fbe9f0

Browse files
authored
chore: fix typos in self_hosting.md (#34)
Great catches, thank you!
1 parent f04ebd3 commit 6fbe9f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/self_hosting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ On macOS you can do `brew install python`
6262

6363
#### 4. Prepare the Python environment
6464

65-
You run the deploy script locally, and it deploys to a remove server over SSH. You can use a virtualenv if you are used to working with them, but it's not necessary.
65+
You run the deploy script locally, and it deploys to a remote server over SSH. You can use a virtualenv if you are used to working with them, but it's not necessary.
6666

6767
```
6868
cd openfreemap
@@ -98,7 +98,7 @@ server: nginx
9898
x-ofm-debug: latest JSON monaco
9999
```
100100

101-
#### 6. Deploy and check with `SKIP_PLANET=true`
101+
#### 6. Deploy and check with `SKIP_PLANET=false`
102102

103103
Update your `.env` file and re-run the same `./init-server.py http-host-static HOSTNAME` as before.
104104

0 commit comments

Comments
 (0)