File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ interface ICoreWebView2_6 : ICoreWebView2 {
114114 /// 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
117- /// of setting MemoryUsageTargetLevel to low and normal. It is advices to not mix of them.
117+ /// of setting MemoryUsageTargetLevel to low and normal. It is not advisable to mix them.
118118 /// Suspend and resume opertaion is a superset of setting MemoryUsageTargetLevel.
119119 /// TrySuspend will automatically set MemoryUsageTargetLevel to low while Resume on suspended WebView
120120 /// will automatically set MemoryUsageTargetLevel to normal.
You can’t perform that action at this time.
0 commit comments