Skip to content

Commit 9b8cfb1

Browse files
[dotnet] Fixed typo in ResponseData MymeType -> MimeType (#14670)
fixed typo in ResponseData MymeType -> MimeType
1 parent 8e95ea9 commit 9b8cfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/BiDi/Modules/Network/ResponseData.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public record ResponseData(string Url,
1111
string StatusText,
1212
bool FromCache,
1313
IReadOnlyList<Header> Headers,
14-
string MymeType,
14+
string MimeType,
1515
long BytesReceived,
1616
long? HeadersSize,
1717
long? BodySize,

0 commit comments

Comments
 (0)