From 696979e0bc8c7603fee9fd479e7247b913b18832 Mon Sep 17 00:00:00 2001 From: "Markus S. Wamser" Date: Fri, 7 Feb 2020 20:54:35 +0100 Subject: modules/wireguard: fix typo in documentation --- nixos/modules/services/networking/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/networking/wireguard.nix') diff --git a/nixos/modules/services/networking/wireguard.nix b/nixos/modules/services/networking/wireguard.nix index 980961225c9..7785861a730 100644 --- a/nixos/modules/services/networking/wireguard.nix +++ b/nixos/modules/services/networking/wireguard.nix @@ -151,7 +151,7 @@ let publicKey = mkOption { example = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg="; type = types.str; - description = "The base64 public key the peer."; + description = "The base64 public key of the peer."; }; presharedKey = mkOption { -- cgit 1.4.1