Skip to content

Commit d51ee83

Browse files
committed
Remove copypaste
1 parent 1f0bf33 commit d51ee83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ The position property tells Flexbox how you want your item to be positioned with
780780
view.flex.position(.absolute).top(10).left(10).size(50)
781781
```
782782

783-
### top(), bottom(), left(), right(), start(), end(), vertical(), vertically(), horizontally()
783+
### top(), bottom(), left(), right(), start(), end(), vertically(), horizontally()
784784
A flex item which is `position` is set to `.absolute` is positioned absolutely in regards to its parent. This is done through the following methods:
785785

786786
**Methods:**

0 commit comments

Comments
 (0)