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 289fbf2 commit 11dee93Copy full SHA for 11dee93
CefSharp/IWebBrowser.cs
@@ -90,7 +90,7 @@ public interface IWebBrowser : IDisposable
90
91
/// <summary>
92
/// <para>Asynchronously registers a Javascript object in this specific browser instance.</para>
93
- /// <para>Only methods of the object will be availabe.</para>
+ /// <para>Only methods of the object will be available.</para>
94
/// </summary>
95
/// <param name="name">The name of the object. (e.g. "foo", if you want the object to be accessible as window.foo).</param>
96
/// <param name="objectToBind">The object to be made accessible to Javascript.</param>
0 commit comments