Skip to content

Commit 15470ab

Browse files
committed
docs: fix typos
Signed-off-by: Oleksandr Redko <[email protected]>
1 parent 84bbfb0 commit 15470ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/content/en/docs/Config/Mount/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ mounts:
145145
| ⚡ Requirement | Lima >= 0.18 + (Windows >= 10 Build 19041 OR Windows 11) |
146146
| ----------------- | -------------------------------------------------------- |
147147

148-
The "wsl2" mount type relies on using WSL2's navite disk sharing, where the root disk is available by default at `/mnt/$DISK_LETTER` (e.g. `/mnt/c/`).
148+
The "wsl2" mount type relies on using WSL2's native disk sharing, where the root disk is available by default at `/mnt/$DISK_LETTER` (e.g. `/mnt/c/`).
149149

150150
An example configuration:
151151
{{< tabpane text=true >}}

website/content/en/docs/faq/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ weight: 6
2828
- [Networking](#networking)
2929
- ["Cannot access the guest IP 192.168.5.15 from the host"](#cannot-access-the-guest-ip-192168515-from-the-host)
3030
- ["Ping shows duplicate packets and massive response times"](#ping-shows-duplicate-packets-and-massive-response-times)
31-
- ["IP address is not assigined for vmnet networks"](#ip-address-is-not-assigined-for-vmnet-networks)
31+
- ["IP address is not assigned for vmnet networks"](#ip-address-is-not-assigned-for-vmnet-networks)
3232
- [Filesystem sharing](#filesystem-sharing)
3333
- ["Filesystem is slow"](#filesystem-is-slow)
3434
- ["Filesystem is not writable"](#filesystem-is-not-writable)
@@ -206,7 +206,7 @@ PING google.com (172.217.165.14): 56 data bytes
206206

207207
For more details, see [Documentation/Networking](https://wiki.qemu.org/Documentation/Networking#User_Networking_.28SLIRP.29).
208208

209-
#### "IP address is not assigined for vmnet networks"
209+
#### "IP address is not assigned for vmnet networks"
210210
Try the following commands:
211211
```bash
212212
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd

0 commit comments

Comments
 (0)