Skip to content

Commit 239d5f7

Browse files
authored
Update README
Fix the sentence
1 parent c679171 commit 239d5f7

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
@@ -374,7 +374,7 @@ equivalent attribute
374374
more control over when a wrapping happens.
375375

376376
(5) Default values for `alignItems` and `alignContent` are set to `flex_start` instead of `stretch`.
377-
* Setting `stretch` for the `alignItems` is expensive because the children of `FlexboxLayout` are calculated more than twice. The difference is more obvious when the layout hierarchy is deeply nested.
377+
* Setting `stretch` for the `alignItems` is expensive because the children of `FlexboxLayout` are measured more than twice. The difference is more obvious when the layout hierarchy is deeply nested.
378378

379379
## Xamarin Binding
380380
Xamarin binding is now available on [NuGet](https://www.nuget.org/packages/FlexboxLayoutXamarinBindingAndroid/) thanks to [@btripp](https://github.com/btripp)

0 commit comments

Comments
 (0)