nixos/toxvpn: Fix typo in option description

This commit is contained in:
toonn
2019-09-09 19:31:48 +02:00
parent 55256d644b
commit a34b61ab30
+1 -1
View File
@@ -23,7 +23,7 @@ with lib;
type = types.listOf types.str;
default = [];
example = ''[ "toxid1" "toxid2" ]'';
description = "peers to automacally connect to on startup";
description = "peers to automatically connect to on startup";
};
};
};