Skip to content

Commit c7ae121

Browse files
authored
Merge pull request #1 from Rockerby/patch-1
Added missing parenthesis from code snippet
2 parents 029e55f + 83b17ec commit c7ae121

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/setup-umbraco.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ A configuration can look like this:
2424
]
2525
}
2626
}
27+
}
2728
}
2829
```
2930

30-
By default, no domains is allowed, so you have to configure your desired `RemoteImageProviderOptions` in order to use this provider.
31+
By default, no domains are allowed, so you have to configure your desired `RemoteImageProviderOptions` in order to use this provider.
3132

3233
- [Configuration](https://github.com/skttl/ImageSharpCommunity.Providers.Remote/blob/main/docs/configuration.md)
33-
- [Usage](https://github.com/skttl/ImageSharpCommunity.Providers.Remote/blob/main/docs/usage.md)
34+
- [Usage](https://github.com/skttl/ImageSharpCommunity.Providers.Remote/blob/main/docs/usage.md)

0 commit comments

Comments
 (0)