Skip to content

Commit

Permalink
[dotnet] Fixed typo in ResponseData MymeType -> MimeType (#14670)
Browse files Browse the repository at this point in the history
fixed typo in ResponseData MymeType -> MimeType
  • Loading branch information
BlitzDestroyer authored Oct 29, 2024
1 parent 8e95ea9 commit 9b8cfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Modules/Network/ResponseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public record ResponseData(string Url,
string StatusText,
bool FromCache,
IReadOnlyList<Header> Headers,
string MymeType,
string MimeType,
long BytesReceived,
long? HeadersSize,
long? BodySize,
Expand Down

0 comments on commit 9b8cfb1

Please sign in to comment.