File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/components_page/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Use the `direction` argument to control where the menu is rendered relative to t
3737
3838## DropdownMenu alignment
3939
40- By default the menu is aligned with left of the toggle. Set ` align=' right' ` for a right aligned menu.
40+ By default the menu is aligned with left of the toggle. Set ` right=True ` for a right aligned menu.
4141
4242{{example: components /dropdown/alignment.py: dropdown }}
4343
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The `Row` component is a wrapper for columns. The layout of your app should be b
1313
1414When using the grid layout, content should be placed in columns, and only ` Col ` components should be immediate children of ` Row ` .
1515
16- For much moredetail on the Bootstrap grid system, see the [ Bootstrap documentation] ( https://getbootstrap.com/docs/4.2/layout/grid/ ) .
16+ For much more detail on the Bootstrap grid system, see the [ Bootstrap documentation] ( https://getbootstrap.com/docs/4.2/layout/grid/ ) .
1717
1818## Row with columns
1919
You can’t perform that action at this time.
0 commit comments