Skip to content

Commit

Permalink
frgment -> fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaffei authored and fantasai committed Jul 1, 2018
1 parent 03743d1 commit f37d91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-layout-api/EXPLAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ fragment.blockSize;
fragment.alignmentBaseline;

// We can set the offset relative to the current layout.
frgment.inlineOffset = 10;
frgment.blockOffset = 20;
fragment.inlineOffset = 10;
fragment.blockOffset = 20;
```

In step (3) we do some additional book-keeping to keep track of the largest child fragment so far.
Expand Down

0 comments on commit f37d91f

Please sign in to comment.