docs(flex) fix typo in flex grow section

This commit is contained in:
Themba Dube
2021-08-10 11:54:34 -04:00
parent adbac5220b
commit e5fafc4122

View File

@@ -70,7 +70,7 @@ For example let's there is 400 px remaining space and 4 object with grow:
`A` and `B` will have 100 px size, and `C` will have 200 px size.
Flex grow can be set on a child with `lv_obj_set_flex_flow(child, value)`. `value` needs to be > 1 or 0 to disable grow on the child.
Flex grow can be set on a child with `lv_obj_set_flex_grow(child, value)`. `value` needs to be > 1 or 0 to disable grow on the child.
## Style interface