From 40d6fa914a29a3be2ba7cf98cd5eeb933f3b6727 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Thu, 22 Feb 2024 12:20:23 +0100 Subject: [PATCH 1/2] Write shorter sentences --- 13/umbraco-cms/reference/configuration/runtimesettings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-cms/reference/configuration/runtimesettings.md b/13/umbraco-cms/reference/configuration/runtimesettings.md index fc3b394e97d..76914a1751f 100644 --- a/13/umbraco-cms/reference/configuration/runtimesettings.md +++ b/13/umbraco-cms/reference/configuration/runtimesettings.md @@ -20,7 +20,7 @@ An example of a configuration could look something like: } ``` -`MaxRequestLength` is specified in kilobytes, so this configuration would limit requests, and therefore uploaded files, to 2 megabytes, and a maximum query string length of 90 characters. +`MaxRequestLength` is specified in kilobytes, limiting requests, and therefore uploaded files, to 2 megabytes. Additionally, it sets a maximum query string length of 90 characters. `Mode` can have three values: `BackofficeDevelopment` (default), `Development`, and `Production`. From b9f5aa08338f125702ea9be3fec5080461ad847a Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Thu, 22 Feb 2024 12:22:01 +0100 Subject: [PATCH 2/2] Update v10 & 12 --- 10/umbraco-cms/reference/configuration/runtimesettings.md | 2 +- 12/umbraco-cms/reference/configuration/runtimesettings.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/10/umbraco-cms/reference/configuration/runtimesettings.md b/10/umbraco-cms/reference/configuration/runtimesettings.md index d7cd40d9a69..f006054b38c 100644 --- a/10/umbraco-cms/reference/configuration/runtimesettings.md +++ b/10/umbraco-cms/reference/configuration/runtimesettings.md @@ -23,7 +23,7 @@ An example of a configuration could look something like: } ``` -`MaxRequsetLength` is specified in kilobytes, so this configuration would limit requests, and therefore uploaded files, to 2 megabytes, and a maximum query string length of 90 characters. +`MaxRequestLength` is specified in kilobytes, limiting requests, and therefore uploaded files, to 2 megabytes. Additionally, it sets a maximum query string length of 90 characters. `Mode` can have three values: `BackofficeDevelopment` (default), `Development`, and `Production`. diff --git a/12/umbraco-cms/reference/configuration/runtimesettings.md b/12/umbraco-cms/reference/configuration/runtimesettings.md index fc3b394e97d..76914a1751f 100644 --- a/12/umbraco-cms/reference/configuration/runtimesettings.md +++ b/12/umbraco-cms/reference/configuration/runtimesettings.md @@ -20,7 +20,7 @@ An example of a configuration could look something like: } ``` -`MaxRequestLength` is specified in kilobytes, so this configuration would limit requests, and therefore uploaded files, to 2 megabytes, and a maximum query string length of 90 characters. +`MaxRequestLength` is specified in kilobytes, limiting requests, and therefore uploaded files, to 2 megabytes. Additionally, it sets a maximum query string length of 90 characters. `Mode` can have three values: `BackofficeDevelopment` (default), `Development`, and `Production`.