Skip to content

Commit cf39ee9

Browse files
committed
Minor typo and fix to code snippet
1 parent 03dfbb4 commit cf39ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,4 +719,4 @@ For the above code `IContent? content = _contentService.GetById(1203);` change t
719719

720720
![Block Grid - Result](../../../images/BlockEditorContentCreated.png)
721721

722-
_This can also be tested via Postman as well if preffered._
722+
_This can also be tested via Postman as well if preferred._

16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`UI Alias: Umb.PropertyEditorUi.BlockList`
66

7-
`Retur![Block List - Create new](../../../../../../../16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/images/BlockListEditor_AddContentInline.png)s: IEnumerable<BlockListItem>`
7+
`Returns: IEnumerable<BlockListItem>`
88

99
{% hint style="warning" %}
1010
This article is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.

0 commit comments

Comments
 (0)