Merge pull request #68368 from toonn/toxvpn-typo

nixos/toxvpn: Fix typo in option description
This commit is contained in:
Michael Bishop 2019-09-09 14:35:22 -03:00 committed by GitHub
commit 7256d10d00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";
};
};
};