From 1ee3c3f3139ab988dec27f8d237c34bcfd1b4f11 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Wed, 14 Aug 2024 15:36:59 +0200 Subject: [PATCH 1/3] Write shorter sentences --- .../reference/querying/ipublishedcontent/ishelpers.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/10/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md b/10/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md index 009ab269040..ae6891016db 100644 --- a/10/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md +++ b/10/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md @@ -7,9 +7,7 @@ The IsHelper methods are a set of extension methods for IPublishedContent to help perform quick conditional queries against IPublishedContent nodes in a collection. -IsHelper methods are ternary operators, however they work a little nicer in that they can be embedded in properties and quicker to write as you don't need so many brackets to make Razor understand them. - - +IsHelper methods are ternary operators, however they work a little nicer since they can be embedded in properties. They are also quicker to write because fewer brackets are needed for Razor to understand them. ## How to use From 25ee661f89c33dfaefb0e5911fec847973086a9f Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Wed, 14 Aug 2024 15:38:44 +0200 Subject: [PATCH 2/3] Update v12 & 13 --- .../reference/querying/ipublishedcontent/ishelpers.md | 2 +- .../reference/querying/ipublishedcontent/ishelpers.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/12/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md b/12/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md index 54c5401392b..8e49a63e552 100644 --- a/12/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md +++ b/12/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md @@ -2,7 +2,7 @@ The IsHelper methods are a set of extension methods for IPublishedContent to help perform quick conditional queries against IPublishedContent nodes in a collection. -IsHelper methods are ternary operators, however they work a little nicer in that they can be embedded in properties and quicker to write as you don't need so many brackets to make Razor understand them. +IsHelper methods are ternary operators, however they work a little nicer since they can be embedded in properties. They are also quicker to write because fewer brackets are needed for Razor to understand them. *** diff --git a/13/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md b/13/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md index 54c5401392b..8e49a63e552 100644 --- a/13/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md +++ b/13/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md @@ -2,7 +2,7 @@ The IsHelper methods are a set of extension methods for IPublishedContent to help perform quick conditional queries against IPublishedContent nodes in a collection. -IsHelper methods are ternary operators, however they work a little nicer in that they can be embedded in properties and quicker to write as you don't need so many brackets to make Razor understand them. +IsHelper methods are ternary operators, however they work a little nicer since they can be embedded in properties. They are also quicker to write because fewer brackets are needed for Razor to understand them. *** From f0f6debd472ccf62ce82bdab1f9211a3e6221ecb Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Thu, 15 Aug 2024 12:49:57 +0200 Subject: [PATCH 3/3] Update v14 --- .../reference/querying/ipublishedcontent/ishelpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md b/14/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md index 54c5401392b..8e49a63e552 100644 --- a/14/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md +++ b/14/umbraco-cms/reference/querying/ipublishedcontent/ishelpers.md @@ -2,7 +2,7 @@ The IsHelper methods are a set of extension methods for IPublishedContent to help perform quick conditional queries against IPublishedContent nodes in a collection. -IsHelper methods are ternary operators, however they work a little nicer in that they can be embedded in properties and quicker to write as you don't need so many brackets to make Razor understand them. +IsHelper methods are ternary operators, however they work a little nicer since they can be embedded in properties. They are also quicker to write because fewer brackets are needed for Razor to understand them. ***