Skip to content

Commit bac5f7a

Browse files
authored
Merge pull request w3c#2686 from anjia/typo
[css-values-4][css-values-3] fix minor typos
2 parents 830f5e5 + 163d76b commit bac5f7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-values-3/Overview.bs

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@ Range Checking</h4>
19741974
</pre>
19751975

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

0 commit comments

Comments
 (0)