Skip to content

Commit acb5fc9

Browse files
committed
Fix spelling error
1 parent eeb2881 commit acb5fc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-cascade-5/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,13 +1050,13 @@ Cascade Layers</h3>
10501050

10511051
<pre class='lang-css'>
10521052
audio {
1053-
/* speceficity of 0,0,1 - implicit (final) layer */
1053+
/* specificity of 0,0,1 - implicit (final) layer */
10541054
display: flex;
10551055
}
10561056

10571057
@layer defaults {
10581058
audio[controls] {
1059-
/* speceficity of 0,1,1 - explicit "defaults" layer */
1059+
/* specificity of 0,1,1 - explicit "defaults" layer */
10601060
display: block;
10611061
}
10621062
}

0 commit comments

Comments
 (0)