Skip to content

Commit d9106f9

Browse files
jugglinmikeemilio
authored andcommitted
[cssom] Correct typos in serialization step
1 parent a6949ad commit d9106f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cssom-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ To <dfn export>serialize a CSS rule</dfn>, perform one of the following in accor
15611561
<li>The string "<code>@media</code>", followed by a single SPACE (U+0020).</li>
15621562
<li>The result of performing <a>serialize a media query list</a> on rule's media query list.</li>
15631563
<li>A single SPACE (U+0020), followed by the string "{", i.e., LEFT CURLY BRACKET (U+007B), followed by a newline.</li>
1564-
<li>The result of performing <a>serialize a CSS rule</a> on the each rule, seperated by a newline and indented by two spaces, in rule's CSSRules list.</li>
1564+
<li>The result of performing <a>serialize a CSS rule</a> on each rule, separated by a newline and indented by two spaces, in rule's CSSRules list.</li>
15651565
<li>A newline, followed by the string "}", i.e., RIGHT CURLY BRACKET (U+007D)</li>
15661566
</ol>
15671567

0 commit comments

Comments
 (0)