Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-layout-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A `Box` refers to a CSS box, that is a node that has some sort of style. This ca

- A `TextNode` with some style.

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

For the layout API specifically a box is represented like:
Expand Down