Skip to content

Commit 5c23bd6

Browse files
committed
docs: fix typos in quickstart
1 parent 3f97a42 commit 5c23bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ below.
178178
Add correct host key in ~/.ssh/known_hosts to get rid of this message.
179179
Offending ECDSA key in ~/.ssh/known_hosts:6
180180
remove with:
181-
ssh-keygen -f ~/.ssh/known_hosts" -R "<ip addrress>"
181+
ssh-keygen -f ~/.ssh/known_hosts" -R "<ip address>"
182182
Host key for <ip_address> has changed and you have requested strict checking.
183183
Host key verification failed.
184184
```
@@ -207,7 +207,7 @@ below.
207207
nixos-rebuild switch --flake <URL to your flake>
208208
```
209209
210-
You can also run `nixos-rebuild` to update a machine remotly, if you have
210+
You can also run `nixos-rebuild` to update a machine remotely, if you have
211211
set up an openssh server and your ssh key for the root user:
212212
213213
```

0 commit comments

Comments
 (0)