Skip to content

Commit

Permalink
Update layout.md (#20964)
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
MartyIX committed Mar 4, 2024
1 parent 4973dc9 commit 1252f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/layout.md
Expand Up @@ -36,7 +36,7 @@ For example, given this layout...

```
<VerticalStackLayout WidthRequest="400">
<Label Text="Hello" WidthTRequest="100" HorizontalOptions="Fill"/>
<Label Text="Hello" WidthRequest="100" HorizontalOptions="Fill"/>
</VerticalStackLayout>
```

Expand Down

0 comments on commit 1252f00

Please sign in to comment.