Skip to content

Commit 4060399

Browse files
authored
Grammar fixes
1 parent d108357 commit 4060399

File tree

1 file changed

+3
-3
lines changed
  • 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor

1 file changed

+3
-3
lines changed

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-level-variance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Block Level Variance is achieved when:
2626

2727
When adding a new _variant_ Block to one Document variant, it is automatically added to all variants of the Document.
2828

29-
The Block will start out in an "unexposed" state for all other Document variants than the one where it was added. It will remain like that for each variant, until it is edited in that variant.
29+
The Block will start out in an "unexposed" state for all other Document variants than the one where it was added. It will remain like that for each variant until it is edited in that variant.
3030

3131
The "unexposed" state is visualized by a dimmed-down icon and title (or likely a missing title, if [Umbraco Flavored Markdown](../../../../../reference/umbraco-flavored-markdown.md) is used):
3232

3333
![Block Level Variance in the backoffice - with an unexposed block](images/block-level-variance-3.png)
3434

3535
{% hint style="info" %}
36-
"Unexposed" Blocks are omitted from the published Document output. As such, you need not worry about defensive coding to avoid rendering these Blocks.
36+
"Unexposed" Blocks are omitted from the published Document output. So, you do not need to worry about defensive coding to avoid rendering these Blocks.
3737
{% endhint %}
3838

3939
## Invariance vs. Block Level Variance
@@ -43,7 +43,7 @@ It is entirely possible to mix and match variance and invariance within the scop
4343
Invariance within Block Level Variance follows the same rules as invariance at Document level:
4444

4545
- Invariant content is added to and updated across all Document variants.
46-
- Invariant content is explicitly published for all published Document variants, when one or more variants are published.
46+
- Invariant content is explicitly published for all published Document variants when one or more variants are published.
4747

4848
### Examples
4949

0 commit comments

Comments
 (0)