We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1a005 commit 5b27f2aCopy full SHA for 5b27f2a
dotnet/src/webdriver/BiDi/Communication/Broker.cs
@@ -137,7 +137,7 @@ private async Task ReceiveMessagesAsync(CancellationToken cancellationToken)
137
{
138
if (_logger.IsEnabled(LogEventLevel.Error))
139
140
- _logger.Error($"Unhandled error occured while process remote message: {ex}");
+ _logger.Error($"Unhandled error occured while processing remote message: {ex}");
141
}
142
143
0 commit comments