Skip to content

Commit d06fd3b

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

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
@@ -91,7 +91,7 @@ See [Sleeping Tabs FAQ](https://techcommunity.microsoft.com/t5/articles/sleeping
9191
for conditions that might prevent WebView from being frozen. In those situations,
9292
The TryFreeze operation will fail and the completed handler will be invoked with isSuccessful as false.
9393
The WebView will be automatically unfrozen when it becomes visible. Therefore, the app normally doesn't have to call Unfreeze.
94-
The app can call `Unfreeze` and then `TryFreeze` periodically for an invisibile WebView so that the invisible WebView can sync up with
94+
The app can call `Unfreeze` and then `TryFreeze` periodically for an invisible WebView so that the invisible WebView can sync up with
9595
latest data and the page ready to show fresh content when it becomes visible.
9696
9797
# API Notes

0 commit comments

Comments
 (0)