From 46d1c3f4939754cf6359f2b2dd08b9e9d5812373 Mon Sep 17 00:00:00 2001 From: sverweij Date: Fri, 24 May 2024 21:34:56 +0200 Subject: [PATCH] chore(schema): corrects a typo --- src/schema/configuration.schema.json | 2 +- tools/schema/options.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schema/configuration.schema.json b/src/schema/configuration.schema.json index 514d78add..f863a399f 100644 --- a/src/schema/configuration.schema.json +++ b/src/schema/configuration.schema.json @@ -701,7 +701,7 @@ }, "experimentalStats": { "type": "boolean", - "description": "When this flag is set to true, dependency-cruiser will calculate some stats for each module. Has some performance impact. EXPERIMENTAL Will be renamed when the 'experimental' state is lifted.Defaults to false." + "description": "When this flag is set to true, dependency-cruiser will calculate some stats for each module. Has some performance impact. EXPERIMENTAL Will be renamed when the 'experimental' state is lifted. Defaults to false." }, "baseDir": { "type": "string", diff --git a/tools/schema/options.mjs b/tools/schema/options.mjs index e45b530a9..c1fa4dffc 100644 --- a/tools/schema/options.mjs +++ b/tools/schema/options.mjs @@ -416,7 +416,7 @@ export default { description: "When this flag is set to true, dependency-cruiser will calculate some " + "stats for each module. Has some performance impact. EXPERIMENTAL " + - "Will be renamed when the 'experimental' state is lifted." + + "Will be renamed when the 'experimental' state is lifted. " + "Defaults to false.", }, baseDir: {