Skip to content

Commit b235252

Browse files
Update specs/RasterizationScale.md
Co-authored-by: Raymond Chen <oldnewthing@users.noreply.github.com>
1 parent 4be766d commit b235252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/RasterizationScale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public partial class CoreWebView2Controller
139139
/// Gets or sets the WebView rasterization scale.
140140
/// </summary>
141141
/// <remarks>
142-
/// The rasterization scale is the combination of the monitor DPI scale and text scaling set by the user. This value shoud be updated when the DPI scale of the app's top level window changes (i.e. monitor DPI scale changes or the window changes monitor) or when the text scale factor of the system changes.
142+
/// The rasterization scale is the combination of the monitor DPI scale and text scaling set by the user. This value should be updated when the DPI scale of the app's top level window changes (i.e. monitor DPI scale changes or the window changes monitor) or when the text scale factor of the system changes.
143143
/// Rasterization scale applies to the WebView content, as well as popups, context menus, scroll bars, and so on. Normal app scaling scenarios should use the <see cref="CoreWebView2.ZoomFactor"/> property or <see cref="CoreWebView2.SetBoundsAndZoomFactor"/> method.
144144
/// </remarks>
145145
public double RasterizationScale { get; set;};

0 commit comments

Comments
 (0)