Skip to content

Commit 2cae22b

Browse files
authored
Fix typo in UpdateFrequency.cs
Change "percieved" to "perceived".
1 parent 129a761 commit 2cae22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Dom/UpdateFrequency.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public enum UpdateFrequency : byte
1414
/// The layout may change dynamically according to the
1515
/// usual rules of CSS, but the output device is not
1616
/// able to render or display changes quickly enough for
17-
/// them to be percieved as a smooth animation.
17+
/// them to be perceived as a smooth animation.
1818
/// Example: E-ink screens or severely under-powered
1919
/// devices.
2020
/// </summary>

0 commit comments

Comments
 (0)