We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b8943 commit 8f19fffCopy full SHA for 8f19fff
README.md
@@ -21,7 +21,7 @@ public void ConfigureServices(IServiceCollection services)
21
}
22
```
23
24
-There're multiple ways to configure the CDN provider, it can be done in code:
+There are multiple ways to configure the CDN provider. It can be done in code:
25
26
```csharp
27
.AddCdnMediaUrlProvider(options => {
@@ -72,7 +72,7 @@ public void ConfigureServices(IServiceCollection services)
72
73
74
75
-There're multiple ways to configure the provider, it can be done in code:
+There are multiple ways to configure the provider. It can be done in code:
76
77
78
.AddAzureBlobMediaFileSystem(options => {
0 commit comments