Skip to content

Commit 1097b7c

Browse files
authored
Fixed spelling error in IJavascriptObjectRepository (#2702)
1 parent 86b2d8c commit 1097b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp/IJavascriptObjectRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public interface IJavascriptObjectRepository : IDisposable
1818
/// register an object in advance or as part of the <see cref="ResolveObject"/>
1919
/// event that will be called if no object matching object is found in the registry.
2020
/// Objects binding is now initiated in Javascript through the CefSharp.BindObjectAsync
21-
/// function (returns a Promose).
21+
/// function (returns a Promise).
2222
/// For more detailed examples see https://github.com/cefsharp/CefSharp/issues/2246
2323
/// The equivilient to RegisterJsObject is isAsync = false
2424
/// The equivilient RegisterAsyncJsObject is isAsync = true

0 commit comments

Comments
 (0)