Skip to content

Commit 4958ff8

Browse files
authored
Merge pull request #306 from a-kenji/patch-1
docs: fix typos in quickstart
2 parents 5f06770 + 5c23bd6 commit 4958ff8

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
@@ -184,7 +184,7 @@ below.
184184
Add correct host key in ~/.ssh/known_hosts to get rid of this message.
185185
Offending ECDSA key in ~/.ssh/known_hosts:6
186186
remove with:
187-
ssh-keygen -f ~/.ssh/known_hosts" -R "<ip addrress>"
187+
ssh-keygen -f ~/.ssh/known_hosts" -R "<ip address>"
188188
Host key for <ip_address> has changed and you have requested strict checking.
189189
Host key verification failed.
190190
```
@@ -213,7 +213,7 @@ below.
213213
nixos-rebuild switch --flake <URL to your flake>
214214
```
215215
216-
You can also run `nixos-rebuild` to update a machine remotly, if you have
216+
You can also run `nixos-rebuild` to update a machine remotely, if you have
217217
set up an openssh server and your ssh key for the root user:
218218
219219
```

0 commit comments

Comments
 (0)