Skip to content

Commit 479faae

Browse files
authored
Merge pull request #7654 from Flavsm/fix-minor-typo
[css-display-3] Fix a minor typo in the introduction #7652
2 parents 770f52b + 56e9b2b commit 479faae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-display-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Introduction</h2>
8181
and renders it onto a <a href="https://www.w3.org/TR/CSS2/intro.html#canvas">canvas</a>
8282
such as your screen, a piece of paper, or an audio stream.
8383
Although any such source document can be rendered with CSS,
84-
the most commonly used type is the the DOM. [[DOM]]
84+
the most commonly used type is the DOM. [[DOM]]
8585
(Some of these more complex tree types might have additional types of nodes,
8686
such as the comment nodes in the DOM.
8787
For the purposes of CSS,

0 commit comments

Comments
 (0)