From c0acd84e1570628251ef06d93426340ea5e428cc Mon Sep 17 00:00:00 2001 From: Tastatur Date: Mon, 25 Dec 2023 14:29:33 +0100 Subject: [PATCH] Small typo --- docs/alpine-desktop-setup/post-install/network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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