Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dotnet/src/webdriver/DevTools/DevToolsCommandData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class DevToolsCommandData
/// <summary>
/// Initializes a new instance of the DevToolsCommandData class.
/// </summary>
/// <param name="commandId">The ID of the commmand execution.</param>
/// <param name="commandId">The ID of the command execution.</param>
/// <param name="commandName">The method name of the DevTools command.</param>
/// <param name="commandParameters">The parameters of the DevTools command.</param>
/// <exception cref="ArgumentNullException">If <paramref name="commandName"/> is <see langword="null"/>.</exception>
Expand All @@ -47,7 +47,7 @@ public DevToolsCommandData(long commandId, string commandName, JsonNode commandP
/// <summary>
/// Initializes a new instance of the DevToolsCommandData class.
/// </summary>
/// <param name="commandId">The ID of the commmand execution.</param>
/// <param name="commandId">The ID of the command execution.</param>
/// <param name="sessionId">The session ID of the current command execution.</param>
/// <param name="commandName">The method name of the DevTools command.</param>
/// <param name="commandParameters">The parameters of the DevTools command.</param>
Expand Down
Loading
Loading