Skip to content

Commit ccb6f88

Browse files
Update specs/Freeze.md
Co-authored-by: Raymond Chen <oldnewthing@users.noreply.github.com>
1 parent d06fd3b commit ccb6f88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/Freeze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ interface ICoreWebView2_2 : ICoreWebView2 {
121121
/// The TryFreeze operation will fail and the completed handler will be invoked with isSuccessful as false.
122122
/// The WebView will be automatically unfrozen when it becomes visible. Therefore, the
123123
/// app normally doesn't have to call Unfreeze.
124-
/// The app can call `Unfreeze` and then `TryFreeze` periodically for an invisibile WebView so that
124+
/// The app can call `Unfreeze` and then `TryFreeze` periodically for an invisible WebView so that
125125
/// the invisible WebView can sync up with latest data and the page ready to show fresh content
126126
/// when it becomes visible.
127127
HRESULT TryFreeze([in] ICoreWebView2StagingTryFreezeCompletedHandler* handler);

0 commit comments

Comments
 (0)