Merge pull request #79473 from wamserma/modules-wireguard-fix-doc-typo

modules/wireguard: fix typo in documentation

authored by Maximilian Bosch and committed by GitHub 036589eb 87a8898a

+1 -1
+1 -1
nixos/modules/services/networking/wireguard.nix
··· 151 publicKey = mkOption { 152 example = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg="; 153 type = types.str; 154 - description = "The base64 public key the peer."; 155 }; 156 157 presharedKey = mkOption {
··· 151 publicKey = mkOption { 152 example = "xTIBA5rboUvnH4htodjb6e697QjLERt1NAB4mZqp8Dg="; 153 type = types.str; 154 + description = "The base64 public key of the peer."; 155 }; 156 157 presharedKey = mkOption {