We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06fd3b commit ccb6f88Copy full SHA for ccb6f88
1 file changed
specs/Freeze.md
@@ -121,7 +121,7 @@ interface ICoreWebView2_2 : ICoreWebView2 {
121
/// The TryFreeze operation will fail and the completed handler will be invoked with isSuccessful as false.
122
/// The WebView will be automatically unfrozen when it becomes visible. Therefore, the
123
/// app normally doesn't have to call Unfreeze.
124
- /// The app can call `Unfreeze` and then `TryFreeze` periodically for an invisibile WebView so that
+ /// The app can call `Unfreeze` and then `TryFreeze` periodically for an invisible WebView so that
125
/// the invisible WebView can sync up with latest data and the page ready to show fresh content
126
/// when it becomes visible.
127
HRESULT TryFreeze([in] ICoreWebView2StagingTryFreezeCompletedHandler* handler);
0 commit comments