From 27c8fd24e509d7ab0d80c7da1ab1f9ebb739c442 Mon Sep 17 00:00:00 2001 From: Raphael Das Gupta Date: Mon, 6 Nov 2017 22:33:37 +0100 Subject: nixos/mysql: fix typo in description of mysql.bind option --- nixos/modules/services/databases/mysql.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') diff --git a/nixos/modules/services/databases/mysql.nix b/nixos/modules/services/databases/mysql.nix index 845e6d4c22ef..c6c463bce7d5 100644 --- a/nixos/modules/services/databases/mysql.nix +++ b/nixos/modules/services/databases/mysql.nix @@ -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 { -- cgit 1.4.1