Skip to content

Commit ecd3d9b

Browse files
authored
[css-cascade-4] Fix typo: remove an extra article "the" (#7096)
1 parent 46334de commit ecd3d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-cascade-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Introduction</h2>
9292
When different declarations try to set a value for the same element/property combination,
9393
the conflicts must somehow be resolved.
9494

95-
The opposite problem arises when no declarations try to set a the value for an element/property combination.
95+
The opposite problem arises when no declarations try to set a value for an element/property combination.
9696
In this case, a value is be found by way of <a>inheritance</a>
9797
or by looking at the property's <a>initial value</a>.
9898

0 commit comments

Comments
 (0)