From aa4cdf0fd48a1620fd602a106594cdc85cf4cbc7 Mon Sep 17 00:00:00 2001 From: catvayor Date: Tue, 10 Dec 2024 09:11:30 +0100 Subject: [PATCH] fix(netconf): typo --- lib/netconf-junos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netconf-junos/default.nix b/lib/netconf-junos/default.nix index 142c45c..09ac275 100644 --- a/lib/netconf-junos/default.nix +++ b/lib/netconf-junos/default.nix @@ -15,7 +15,7 @@ let type = bool; example = true; description = '' - Wether this interface supports PoE. + Whether this interface supports PoE. ''; }; };