Skip to content

Commit 163d76b

Browse files
author
anjia
committed
fix typo
1 parent 899e422 commit 163d76b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-values-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,7 @@ Range Checking</h4>
17631763
</pre>
17641764

17651765
Note however that ''width: -5px'' is not equivalent to ''width: calc(-5px)''!
1766-
Out-of-range values <em>outside</em> ''calc()'' are synactically invalid,
1766+
Out-of-range values <em>outside</em> ''calc()'' are syntactically invalid,
17671767
and cause the entire declaration to be dropped.
17681768
</div>
17691769

css-values-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ Range Checking</h4>
19081908
</pre>
19091909

19101910
Note however that ''width: -5px'' is not equivalent to ''width: calc(-5px)''!
1911-
Out-of-range values <em>outside</em> ''calc()'' are synactically invalid,
1911+
Out-of-range values <em>outside</em> ''calc()'' are syntactically invalid,
19121912
and cause the entire declaration to be dropped.
19131913
</div>
19141914

0 commit comments

Comments
 (0)