Skip to content

Commit 68638b8

Browse files
authored
Apply suggestion
1 parent 2889c27 commit 68638b8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

17/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
@@ -730,7 +730,7 @@ public class BlockGridLayoutItem
730730
```
731731
{% endcode %}
732732

733-
8. Create a class called **BlockGridTestController.cs**. By injecting `IContentService` and `IContentTypeService` into an API controller, we can transform the raw data into Block Grid JSON. It can then be saved to the target content item.
733+
8. Create a class called **BlockGridTestController.cs**. By injecting `IContentService` and `IContentTypeService` into an API controller, the raw data can be transformed into Block Grid JSON. It can then be saved to the target content item.
734734

735735
{% code title="BlockGridTestController.cs" lineNumbers="true" %}
736736
```csharp

0 commit comments

Comments
 (0)