nixos/mysql: fix typo in description of mysql.bind option

This commit is contained in:
Raphael Das Gupta 2017-11-06 22:33:37 +01:00 committed by Robin Gloster
parent 05de801c1a
commit 27c8fd24e5

View file

@ -67,7 +67,7 @@ in
type = types.nullOr types.str;
default = null;
example = literalExample "0.0.0.0";
description = "Address to bind to. The default it to bind to all addresses";
description = "Address to bind to. The default is to bind to all addresses";
};
port = mkOption {