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. ''; }; };