Skip to content

Commit 0348c4f

Browse files
committed
Add suggestions from @mikecp
1 parent 74d450c commit 0348c4f

File tree

3 files changed

+6
-6
lines changed
  • 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors
  • 16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors

3 files changed

+6
-6
lines changed

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multi-url-picker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Multi Url Picker allows an editor to pick and sort multiple URLs.
1010
It returns either a single item or a collection. This depends on the "Maximum number of items" Data Type setting.
1111
When that is set to 1, it returns a single item, otherwise a collection.
12-
These can either be internal, external or media.
12+
These URLs can either be internal, external or media.
1313

1414
## Data Type Definition Example
1515

@@ -69,7 +69,7 @@ This example handles the case of `Maximum number of items` set to `1`:
6969
}
7070
```
7171

72-
And here's the case of `Maximum number of items` set to `1`:
72+
And here is the case of `Maximum number of items` set to `1`:
7373

7474
```csharp
7575
@{

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor-tinymce/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If your site is upgraded from an older version, follow the migration guides belo
2727

2828
## [Configuration options](configuration.md)
2929

30-
Customize everything, from toolbar options and editor size to where pasted images are saved.
30+
Customize everything from toolbar options and editor size to where pasted images are saved.
3131

3232
## [Styles](styles.md)
3333

16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multi-url-picker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
Multi Url Picker allows an editor to pick and sort multiple URLs.
1010
It returns either a single item or a collection. This depends on the "Maximum number of items" Data Type setting.
1111
When that is set to 1, it returns a single item, otherwise a collection.
12-
These can either be internal, external or media.
12+
These URLs can either be internal, external or media.
1313

1414
## Data Type Definition Example
1515

16-
![Related Links Data Type Definition](images/Multi-Url-Picker-DataType.png)
16+
![Multi Url Picker Data Type Definition](images/Multi-Url-Picker-DataType.png)
1717

1818
## Content Example
1919

@@ -69,7 +69,7 @@ This example handles the case of `Maximum number of items` set to `1`:
6969
}
7070
```
7171

72-
And here's the case of `Maximum number of items` set to `1`:
72+
And here is the case of `Maximum number of items` set to `1`:
7373

7474
```csharp
7575
@{

0 commit comments

Comments
 (0)