File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public void ConfigureServices(IServiceCollection services)
124124}
125125```
126126
127- The Brotoli Compression Provider must be added when any compression providers are explicitly added:
127+ The Brotli Compression Provider must be added when any compression providers are explicitly added:
128128
129129[ !code-csharp[ ] ( response-compression/samples/3.x/SampleApp/Startup.cs?name=snippet1&highlight=5 )]
130130
@@ -370,7 +370,7 @@ public void ConfigureServices(IServiceCollection services)
370370}
371371```
372372
373- The Brotoli Compression Provider must be added when any compression providers are explicitly added:
373+ The Brotli Compression Provider must be added when any compression providers are explicitly added:
374374
375375[ !code-csharp[ ] ( response-compression/samples/2.x/SampleApp/Startup.cs?name=snippet1&highlight=5 )]
376376
You can’t perform that action at this time.
0 commit comments