From 84b69dfb4676f95518316088c2a5a90ed020169d Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 17 Jul 2022 12:45:22 +0200 Subject: [PATCH] versioning: improve description wording --- examples/configuration.nix | 2 +- modules/versioning.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/configuration.nix b/examples/configuration.nix index 0b5ccd7..1dec72d 100644 --- a/examples/configuration.nix +++ b/examples/configuration.nix @@ -280,6 +280,6 @@ # The nix-bitcoin release version that your config is compatible with. # When upgrading to a backwards-incompatible release, nix-bitcoin will display an - # an error and provide hints for migrating your config to the new release. + # an error and provide instructions for migrating your config to the new release. nix-bitcoin.configVersion = "0.0.70"; } diff --git a/modules/versioning.nix b/modules/versioning.nix index ad3bf7d..445def8 100644 --- a/modules/versioning.nix +++ b/modules/versioning.nix @@ -16,8 +16,8 @@ let compatible with. When upgrading to a backwards-incompatible release, nix-bitcoin will throw an - error during evaluation and provide hints for migrating your config to the - new release. + error during evaluation and provide instructions for migrating your config to + the new release. ''; }; };