Skip to content

Commit cd6ae15

Browse files
hwoodiwisscaptainsafia
authored andcommitted
Fix unmatched paren in comment (#57752)
1 parent 3c77ec3 commit cd6ae15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/WebAssembly/Server/src/ComponentsWebAssemblyApplicationBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private static StaticFileOptions CreateStaticFilesOptions(IFileProvider webRootF
110110
var fileExtension = Path.GetExtension(requestPath.Value);
111111
if (string.Equals(fileExtension, ".gz") || string.Equals(fileExtension, ".br"))
112112
{
113-
// When we are serving framework files (under _framework/ we perform content negotiation
113+
// When we are serving framework files (under _framework/) we perform content negotiation
114114
// on the accept encoding and replace the path with <<original>>.gz|br if we can serve gzip or brotli content
115115
// respectively.
116116
// Here we simply calculate the original content type by removing the extension and apply it

0 commit comments

Comments
 (0)