diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts
index 25131c290e21c8996fb3a9d39a0c5b59402a274f..2445717902609a00ca497839c1b23cdc2ed84289 100644
--- a/lib/config/options/index.ts
+++ b/lib/config/options/index.ts
@@ -654,7 +654,7 @@ const options: RenovateOptions[] = [
   {
     name: 'inheritConfigStrict',
     description:
-      'If `true`, any `inheritedConfig` fetch errror will result in an aborted run.',
+      'If `true`, any `inheritedConfig` fetch error will result in an aborted run.',
     type: 'boolean',
     default: false,
     globalOnly: true,