diff --git a/css-layout-api/Overview.bs b/css-layout-api/Overview.bs
index f6cf6028..60427d87 100644
--- a/css-layout-api/Overview.bs
+++ b/css-layout-api/Overview.bs
@@ -643,7 +643,7 @@ This tells the child layout to produce a {{Fragment}} starting at the poi
Issue: Explain resuming the author defined layout.
-This example shows a simple layout which places indents child fragments for a certain number of
+This example shows a simple layout which indents child fragments for a certain number of
lines.
This example also demonstrates using the previous {{Fragment/breakToken}} of a {{Fragment}} to
@@ -775,7 +775,7 @@ interface LayoutEdges {
};
-A {{LayoutEdges}} object is passed into the layout method. This represents size of the
box
+A {{LayoutEdges}} object is passed into the layout method. This represents the size of the box
model edges for the current box which is being laid out.
The {{LayoutEdges}} has {{LayoutEdges/border}}, {{LayoutEdges/scrollbar}}, and