diff --git a/dotnet/src/webdriver/Chromium/ChromiumNetworkConditions.cs b/dotnet/src/webdriver/Chromium/ChromiumNetworkConditions.cs
index 8f79c2250f3f7..36b794bd00dc6 100644
--- a/dotnet/src/webdriver/Chromium/ChromiumNetworkConditions.cs
+++ b/dotnet/src/webdriver/Chromium/ChromiumNetworkConditions.cs
@@ -52,7 +52,7 @@ public TimeSpan Latency
}
///
- /// Gets or sets the throughput of the network connection in kb/second for downloading.
+ /// Gets or sets the throughput of the network connection in bytes/second for downloading.
///
public long DownloadThroughput
{
@@ -61,7 +61,7 @@ public long DownloadThroughput
}
///
- /// Gets or sets the throughput of the network connection in kb/second for uploading.
+ /// Gets or sets the throughput of the network connection in bytes/second for uploading.
///
public long UploadThroughput
{