Skip to content

Commit c580e36

Browse files
committed
Fixed minor format issues
1 parent c151e42 commit c580e36

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

15/umbraco-ui-builder/areas/context-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Defines the visibility of the context app based on a delegate expression.
170170
#### Method Syntax
171171

172172
```cs
173-
SetVisibility(Func<ContextAppVisibilityContext, bool> visibilityExpression) : ContextAppConfigBuilder
173+
SetVisibility(Func<ContextAppVisibilityContext, bool> visibilityExpression) : ContextAppConfigBuilder
174174
```
175175

176176
#### Example

15/umbraco-ui-builder/areas/trees.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Tree(Lambda treeConfig = null) : TreeConfigBuilder
2525
#### Example
2626

2727
```csharp
28-
2928
sectionConfig.Tree(treeConfig => {
3029
...
3130
});

0 commit comments

Comments
 (0)