Skip to content

Commit 8f19fff

Browse files
Fix typos in README.md
Co-authored-by: Andy Butland <[email protected]>
1 parent e2b8943 commit 8f19fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public void ConfigureServices(IServiceCollection services)
2121
}
2222
```
2323

24-
There're multiple ways to configure the CDN provider, it can be done in code:
24+
There are multiple ways to configure the CDN provider. It can be done in code:
2525

2626
```csharp
2727
.AddCdnMediaUrlProvider(options => {
@@ -72,7 +72,7 @@ public void ConfigureServices(IServiceCollection services)
7272
}
7373
```
7474

75-
There're multiple ways to configure the provider, it can be done in code:
75+
There are multiple ways to configure the provider. It can be done in code:
7676

7777
```csharp
7878
.AddAzureBlobMediaFileSystem(options => {

0 commit comments

Comments
 (0)