From 774c9481d243fe007515453bbfa65b56ce75857a Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Thu, 4 Jan 2024 11:42:48 +0100 Subject: [PATCH 1/2] Write shorter sentence --- .../reference/management/models/serverregistration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-cms/reference/management/models/serverregistration.md b/13/umbraco-cms/reference/management/models/serverregistration.md index 49b8fd78af4..1a46bf04128 100644 --- a/13/umbraco-cms/reference/management/models/serverregistration.md +++ b/13/umbraco-cms/reference/management/models/serverregistration.md @@ -22,7 +22,7 @@ using Umbraco.Cms.Core.Models; ### new ServerRegistration(string serverAddress, string serverIdentity, DateTime registered) -Constructor for creating a new ServerRegistration object where the necessary parameters are the serverAddress as a `string`, the serverIdentity as a `string` and the date and time of registration as a `DateTime` +Constructor for creating a new ServerRegistration object. The necessary parameters are the serverAddress as a `string`, the serverIdentity as a `string` and the date and time of registration as a `DateTime` ### new ServerRegistration(int id, string serverAddress, string serverIdentity, DateTime registered, DateTime accessed, bool isActive, bool isSchedulingPublisher) From 3ce21e68391078ea8301c2862c4b8937d37b8223 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Thu, 4 Jan 2024 11:43:49 +0100 Subject: [PATCH 2/2] Update v10 & 12 --- .../reference/management/models/serverregistration.md | 2 +- .../reference/management/models/serverregistration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/10/umbraco-cms/reference/management/models/serverregistration.md b/10/umbraco-cms/reference/management/models/serverregistration.md index 7a5dce7e130..bbe1b61048b 100644 --- a/10/umbraco-cms/reference/management/models/serverregistration.md +++ b/10/umbraco-cms/reference/management/models/serverregistration.md @@ -23,7 +23,7 @@ using Umbraco.Cms.Core.Models; ### new ServerRegistration(string serverAddress, string serverIdentity, DateTime registered) -Constructor for creating a new ServerRegistration object where the necessary parameters are the serverAddress as a `string`, the serverIdentity as a `string` and the date and time of registration as a `DateTime` +Constructor for creating a new ServerRegistration object. The necessary parameters are the serverAddress as a `string`, the serverIdentity as a `string` and the date and time of registration as a `DateTime` ### new ServerRegistration(int id, string serverAddress, string serverIdentity, DateTime registered, DateTime accessed, bool isActive, bool isSchedulingPublisher) diff --git a/12/umbraco-cms/reference/management/models/serverregistration.md b/12/umbraco-cms/reference/management/models/serverregistration.md index 49b8fd78af4..1a46bf04128 100644 --- a/12/umbraco-cms/reference/management/models/serverregistration.md +++ b/12/umbraco-cms/reference/management/models/serverregistration.md @@ -22,7 +22,7 @@ using Umbraco.Cms.Core.Models; ### new ServerRegistration(string serverAddress, string serverIdentity, DateTime registered) -Constructor for creating a new ServerRegistration object where the necessary parameters are the serverAddress as a `string`, the serverIdentity as a `string` and the date and time of registration as a `DateTime` +Constructor for creating a new ServerRegistration object. The necessary parameters are the serverAddress as a `string`, the serverIdentity as a `string` and the date and time of registration as a `DateTime` ### new ServerRegistration(int id, string serverAddress, string serverIdentity, DateTime registered, DateTime accessed, bool isActive, bool isSchedulingPublisher)