Skip to content

Commit 5add4e9

Browse files
committed
[css-syntax] typo
1 parent c7a04c2 commit 5add4e9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-syntax/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ <h3 id=error-handling><span class=secno>2.1. </span> Error Handling</h3>
509509
throwing away only the minimum amount of content before returning to
510510
parsing as normal. This is because errors aren't always mistakes - new
511511
syntax looks like an error to an old parser, and it's useful to be able to
512-
add new syntax to the language without worrying stylesheets that include
513-
it being completely broken in older UAs.
512+
add new syntax to the language without worrying about stylesheets that
513+
include it being completely broken in older UAs.
514514

515515
<p> The precise error-recovery behavior is detailed in the parser itself,
516516
but it's simple enough that a short description is fairly accurate:

css-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h3>
220220
This is because errors aren't always mistakes -
221221
new syntax looks like an error to an old parser,
222222
and it's useful to be able to add new syntax to the language
223-
without worrying stylesheets that include it being completely broken in older UAs.
223+
without worrying about stylesheets that include it being completely broken in older UAs.
224224

225225
<p>
226226
The precise error-recovery behavior is detailed in the parser itself,

0 commit comments

Comments
 (0)