Skip to content

Commit 99d5c33

Browse files
jstenbackbfgeek
authored andcommitted
[css-layout-api] Minor language corrections (w3c#466)
1 parent 716efd2 commit 99d5c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-layout-api/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ This tells the <a>child layout</a> to produce a {{Fragment}} starting at the poi
643643
Issue: Explain resuming the author defined layout.
644644

645645
<div class="example">
646-
This example shows a simple layout which places indents child fragments for a certain number of
646+
This example shows a simple layout which indents child fragments for a certain number of
647647
lines.
648648

649649
This example also demonstrates using the previous {{Fragment/breakToken}} of a {{Fragment}} to
@@ -775,7 +775,7 @@ interface LayoutEdges {
775775
};
776776
</pre>
777777

778-
A {{LayoutEdges}} object is passed into the layout method. This represents size of the <a>box
778+
A {{LayoutEdges}} object is passed into the layout method. This represents the size of the <a>box
779779
model edges</a> for the current box which is being laid out.
780780

781781
The {{LayoutEdges}} has {{LayoutEdges/border}}, {{LayoutEdges/scrollbar}}, and

0 commit comments

Comments
 (0)