Skip to content

Commit c4ac141

Browse files
Update specs/SetMemoryUsageLevel.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent c567b53 commit c4ac141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/SetMemoryUsageLevel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ interface ICoreWebView2_6 : ICoreWebView2 {
111111
/// Setting the level to `COREWEBVIEW2_MEMORY_USAGE_TARGET_LEVEL_LOW` could potentially cause
112112
/// memory for some WebView browser processes to be swapped out to disk when needed. Therefore,
113113
/// it is important for the app to set the level back to `COREWEBVIEW2_MEMORY_USAGE_TARGET_LEVEL_NORMAL`
114-
/// when the app becomes active again to have smoothy user experience.
114+
/// when the app becomes active again to have a smooth user experience.
115115
/// Setting memory usage level back to normal will not happen automatically.
116116
/// An app should choose to use either the combination of `TrySuspend` and `Resume` or the combination
117117
/// of setting MemoryUsageTargetLevel to low and normal. It is advices to not mix of them.

0 commit comments

Comments
 (0)