Skip to content

Commit 1e070ae

Browse files
ethanresnickshans
authored andcommitted
[css-layout-api] fix typo (w3c#287)
node -> note
1 parent f5c7cdc commit 1e070ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-layout-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A `Box` refers to a CSS box, that is a node that has some sort of style. This ca
2929

3030
- A `TextNode` with some style.
3131

32-
This is effectively the DOM tree but with some extra things. One important thing to node is that a
32+
This is effectively the DOM tree but with some extra things. One important thing to note is that a
3333
`Box` doesn't have any layout information, it is the _input_ to layout.
3434

3535
For the layout API specifically a box is represented like:

0 commit comments

Comments
 (0)