Skip to content

Commit 11dee93

Browse files
kdriedger-simutechamaitland
authored andcommitted
Fix spelling error (#1) (#1797)
1 parent 289fbf2 commit 11dee93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp/IWebBrowser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public interface IWebBrowser : IDisposable
9090

9191
/// <summary>
9292
/// <para>Asynchronously registers a Javascript object in this specific browser instance.</para>
93-
/// <para>Only methods of the object will be availabe.</para>
93+
/// <para>Only methods of the object will be available.</para>
9494
/// </summary>
9595
/// <param name="name">The name of the object. (e.g. "foo", if you want the object to be accessible as window.foo).</param>
9696
/// <param name="objectToBind">The object to be made accessible to Javascript.</param>

0 commit comments

Comments
 (0)