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

authored by Raphael Das Gupta and committed by Robin Gloster 27c8fd24 05de801c

+1 -1
+1 -1
nixos/modules/services/databases/mysql.nix
··· 67 67 type = types.nullOr types.str; 68 68 default = null; 69 69 example = literalExample "0.0.0.0"; 70 - description = "Address to bind to. The default it to bind to all addresses"; 70 + description = "Address to bind to. The default is to bind to all addresses"; 71 71 }; 72 72 73 73 port = mkOption {