diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index 9c8ffcd9e9a4aa91968b999de25747f02da4051d..54759d9f5cc13e71f38a3867fb32f69dac429ae9 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -688,7 +688,7 @@ A similar one could strip leading `v` prefixes:
 
 ## fetchReleaseNotes
 
-Configure this to `false` if you want to disable release notes fetching
+Set this to `false` if you want to disable release notes fetching.
 
 ## fileMatch
 
diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts
index 65aa2b0bb142c3fe531c39170dbaee23500a70a5..c4bff82781079ebf3068f93d1100b61e3824e04d 100644
--- a/lib/config/options/index.ts
+++ b/lib/config/options/index.ts
@@ -2129,7 +2129,7 @@ const options: RenovateOptions[] = [
   },
   {
     name: 'fetchReleaseNotes',
-    description: 'Allow to disable release notes fetching.',
+    description: 'Whether or not to fetch release notes.',
     type: 'boolean',
     default: true,
     cli: false,