We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b77709 commit 3dbf874Copy full SHA for 3dbf874
1 file changed
specs/MemoryUsageTargetLevel.md
@@ -130,7 +130,7 @@ interface ICoreWebView2_6 : ICoreWebView2
130
/// be impacted.
131
/// Therefore, it is important for the app to set the level back to `COREWEBVIEW2_MEMORY_USAGE_TARGET_LEVEL_NORMAL`
132
/// when the app becomes active again to have a smooth user experience.
133
- /// Setting memory usage level back to normal will not happen automatically.
+ /// Setting memory usage target level back to normal will not happen automatically.
134
/// An app should choose to use either the combination of `TrySuspend` and `Resume` or the combination
135
/// of setting `MemoryUsageTargetLevel` to low and normal. It is not advisable to mix them.
136
/// Trying to set `MemoryUsageTargetLevel` while suspended will be ignored.
0 commit comments