Skip to content

Commit f5a032c

Browse files
authored
fix misspelling (#18085)
1 parent 5129791 commit f5a032c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/performance/response-compression.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)