Skip to content

Commit 3270c65

Browse files
sofietofteshanrnh
andauthored
Apply suggestions from code review
Co-authored-by: Esha Noronha <[email protected]>
1 parent 719abf5 commit 3270c65

File tree

4 files changed

+4
-4
lines changed
  • 10/umbraco-cms/extending/filesystemproviders
  • 13/umbraco-cms/extending/filesystemproviders
  • 14/umbraco-cms/extending/filesystemproviders
  • 15/umbraco-cms/extending/filesystemproviders

4 files changed

+4
-4
lines changed

10/umbraco-cms/extending/filesystemproviders/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ By default the MediaPath scheme used by Umbraco is the `UniqueMediaPathScheme` t
145145

146146
`/media` is defined by the PhysicalFileSystem and 'dozdrg2f' is generated by the `UniqueMediaPathScheme`.
147147

148-
You can create your own logic for the path by implementing IMediaPathScheme and setting it during composition with:
148+
You can create your own logic for the path by implementing `IMediaPathScheme` and setting it during composition with:
149149

150150
```csharp
151151
builder.Services.AddUnique<IMediaPathScheme, MyCustomMediaPathScheme>();

13/umbraco-cms/extending/filesystemproviders/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ By default the MediaPath scheme used by Umbraco is the `UniqueMediaPathScheme` t
144144

145145
`/media` is defined by the PhysicalFileSystem and 'dozdrg2f' is generated by the `UniqueMediaPathScheme`.
146146

147-
You can create your own logic for the path by implementing IMediaPathScheme and setting it during composition with:
147+
You can create your own logic for the path by implementing `IMediaPathScheme` and setting it during composition with:
148148

149149
```csharp
150150
builder.Services.AddUnique<IMediaPathScheme, MyCustomMediaPathScheme>();

14/umbraco-cms/extending/filesystemproviders/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ By default the MediaPath scheme used by Umbraco is the `UniqueMediaPathScheme` t
146146

147147
`/media` is defined by the PhysicalFileSystem and 'dozdrg2f' is generated by the `UniqueMediaPathScheme`.
148148

149-
You can create your own logic for the path by implementing IMediaPathScheme and setting it during composition with:
149+
You can create your own logic for the path by implementing `IMediaPathScheme` and setting it during composition with:
150150

151151
```csharp
152152
builder.Services.AddUnique<IMediaPathScheme, MyCustomMediaPathScheme>();

15/umbraco-cms/extending/filesystemproviders/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ By default the MediaPath scheme used by Umbraco is the `UniqueMediaPathScheme` t
146146

147147
`/media` is defined by the PhysicalFileSystem and 'dozdrg2f' is generated by the `UniqueMediaPathScheme`.
148148

149-
You can create your own logic for the path by implementing IMediaPathScheme and setting it during composition with:
149+
You can create your own logic for the path by implementing `IMediaPathScheme` and setting it during composition with:
150150

151151
```csharp
152152
builder.Services.AddUnique<IMediaPathScheme, MyCustomMediaPathScheme>();

0 commit comments

Comments
 (0)