From 0d89bb7c3656ba9b84fef9847f00859fd640ea60 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Thu, 1 Feb 2024 16:34:27 +0100 Subject: [PATCH 1/2] Write shorter sentences --- 13/umbraco-cms/reference/configuration/debugsettings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-cms/reference/configuration/debugsettings.md b/13/umbraco-cms/reference/configuration/debugsettings.md index 9ad911e34bc..aadd4469609 100644 --- a/13/umbraco-cms/reference/configuration/debugsettings.md +++ b/13/umbraco-cms/reference/configuration/debugsettings.md @@ -25,4 +25,4 @@ If this value is set to true, any scope that gets disposed without first being c ## DumpOnTimeoutThreadAbort -If this value is set to true a memory dump will be taken if a thread aborts due to a timeout, this dump will be saved to `/umbraco/Data/MiniDump`. +If this value is set to true, a memory dump will be taken if a thread aborts due to a timeout. This dump will be saved to `/umbraco/Data/MiniDump`. \ No newline at end of file From a40bb093421f500be4eba33b76b4f297b21e857c Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Thu, 1 Feb 2024 16:36:05 +0100 Subject: [PATCH 2/2] Update v10 & 12 --- 10/umbraco-cms/reference/configuration/debugsettings.md | 2 +- 12/umbraco-cms/reference/configuration/debugsettings.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/10/umbraco-cms/reference/configuration/debugsettings.md b/10/umbraco-cms/reference/configuration/debugsettings.md index 13de3892173..aaac9ae7137 100644 --- a/10/umbraco-cms/reference/configuration/debugsettings.md +++ b/10/umbraco-cms/reference/configuration/debugsettings.md @@ -28,4 +28,4 @@ If this value is set to true, any scope that gets disposed without first being c ## DumpOnTimeoutThreadAbort -If this value is set to true a memory dump will be taken if a thread aborts due to a timeout, this dump will be saved to `/umbraco/Data/MiniDump`. +If this value is set to true, a memory dump will be taken if a thread aborts due to a timeout. This dump will be saved to `/umbraco/Data/MiniDump`. diff --git a/12/umbraco-cms/reference/configuration/debugsettings.md b/12/umbraco-cms/reference/configuration/debugsettings.md index 9ad911e34bc..aadd4469609 100644 --- a/12/umbraco-cms/reference/configuration/debugsettings.md +++ b/12/umbraco-cms/reference/configuration/debugsettings.md @@ -25,4 +25,4 @@ If this value is set to true, any scope that gets disposed without first being c ## DumpOnTimeoutThreadAbort -If this value is set to true a memory dump will be taken if a thread aborts due to a timeout, this dump will be saved to `/umbraco/Data/MiniDump`. +If this value is set to true, a memory dump will be taken if a thread aborts due to a timeout. This dump will be saved to `/umbraco/Data/MiniDump`. \ No newline at end of file