Skip to content

Commit e9ae996

Browse files
committed
Fix grammar typo (s/it's/its/, for posessive form)
1 parent 350738a commit e9ae996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-layout-api/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ interface Fragment {
8686
```
8787

8888
One important thing to note is that you can't change the `inlineSize` or `blockSize` of a fragment
89-
once have received it from a child layout. The _only_ thing you can change is it's position (with
89+
once have received it from a child layout. The _only_ thing you can change is its position (with
9090
`inlineStart` or `blockStart`) relative to the parent.
9191

9292
See below for a description of baselines.
9393

9494
The `unpositionedBoxes` attribute is a list of `Box`es which couldn't be positioned by the child.
95-
The current layout can choose to layout and position these, or it can pass them up to it's parent.
95+
The current layout can choose to layout and position these, or it can pass them up to its parent.
9696

9797
#### The `ConstraintSpace`
9898

0 commit comments

Comments
 (0)