From 9efb5b1400147fcda4e8c3d7df05d3a6458c51fc Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:33:46 +0200 Subject: [PATCH] capitalize --- src-tauri/src/service/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/service/mod.rs b/src-tauri/src/service/mod.rs index 98e05760..3fbc94c8 100644 --- a/src-tauri/src/service/mod.rs +++ b/src-tauri/src/service/mod.rs @@ -110,7 +110,7 @@ impl DesktopDaemonService for DaemonService { })?; } - // The wireguard dns config value can be a list of IP addresses and domain names, which will be + // The WireGuard DNS config value can be a list of IP addresses and domain names, which will be // used as DNS servers and search domains respectively. let dns_string = request.dns.unwrap_or_default(); let dns_entries = dns_string