From b03a21186a4e4d45e8937e1215ff9e92b8ce28d4 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 13 Apr 2022 07:48:21 -0700 Subject: [PATCH] fixed grammatical error --- connmanctl_how_to.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connmanctl_how_to.txt b/connmanctl_how_to.txt index a4797339..3c300c78 100644 --- a/connmanctl_how_to.txt +++ b/connmanctl_how_to.txt @@ -1,6 +1,6 @@ Connmanctl is a wrapper around other network managing services (usually wpa_supplicant) generally used to connect to the internet via ethernet or wifi. -Unlike GUIs which provide an easy to use interface for connecting, connmanctl works via a terminal interface and is useful when, for example, installing a tiling window manager or working within a tty. +Unlike GUIs which provide an easy to use interface for connecting, connmanctl works via a terminal interface and is useful when, for example, using a tiling window manager or working within a tty. The following covers the basics of connecting to a local wifi (such as a coffee shop) for the first time. It is taken from the ArchWiki(https://wiki.archlinux.org/title/Connman).