From 2c2eeb1659e48ae756042f4988272656bb02de25 Mon Sep 17 00:00:00 2001 From: Ethan Date: Sat, 27 Aug 2016 22:22:11 -0400 Subject: [PATCH] [css-layout-api] fix typo node -> note --- css-layout-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-layout-api/README.md b/css-layout-api/README.md index aa1d6c86..c4226ad1 100644 --- a/css-layout-api/README.md +++ b/css-layout-api/README.md @@ -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: