diff --git a/docs/alpine-desktop-setup/post-install/network.md b/docs/alpine-desktop-setup/post-install/network.md index c7dc92f..8cb8151 100644 --- a/docs/alpine-desktop-setup/post-install/network.md +++ b/docs/alpine-desktop-setup/post-install/network.md @@ -2,7 +2,7 @@ ## Wifi -Being able to connect to the internet is essential so let's set it up. Although `dhcp` will already work out of the box, wifi will not. Luckily there exist `wpa_supplicant`. First install the necessary packages: +Being able to connect to the internet is essential so lets set it up. Although `dhcp` will already work out of the box, wifi will not. Luckily there exist `wpa_supplicant`. First install the necessary packages: ``` # apk add networkmanager-wifi wpa_supplicant