diff --git a/dotnet/src/support/Events/EventFiringWebDriver.cs b/dotnet/src/support/Events/EventFiringWebDriver.cs index 80ca5b925e5a1..ac428cf2830b5 100644 --- a/dotnet/src/support/Events/EventFiringWebDriver.cs +++ b/dotnet/src/support/Events/EventFiringWebDriver.cs @@ -416,7 +416,7 @@ public void Dispose() /// The value returned by the script. /// /// - /// The method executes JavaScript in the context of + /// The ExecuteScript method executes JavaScript in the context of /// the currently selected frame or window. This means that "document" will refer /// to the current document. If the script has a return value, then the following /// steps will be taken: @@ -478,7 +478,7 @@ public object ExecuteScript(string script, params object[] args) /// The value returned by the script. /// /// - /// The method executes JavaScript in the context of + /// The ExecuteScript method executes JavaScript in the context of /// the currently selected frame or window. This means that "document" will refer /// to the current document. If the script has a return value, then the following /// steps will be taken: