Skip to content

Commit 8901f17

Browse files
authored
Update overview.md (#2996)
Shouldn't this say horizontal space? or maybe just space..
1 parent dac4b26 commit 8901f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The [Blazor Form](https://demos.telerik.com/blazor-ui/form/overview) exposes mul
207207
|-----------|------------------------|-------------|
208208
| `ButtonsLayout` | `FormButtonsLayout` enum <br /> (`Start`) | Determines the position and width of all Form buttons. See [Form Buttons](slug:form-formitems-buttons). |
209209
| `Columns` | `int` | Defines the number of columns in the Form. See the [Columns](slug:form-columns) article for more information |
210-
| `ColumnSpacing` | `string` | Defines the amout of vertical space between the Columns. See the [Columns](slug:form-columns) article for more information. |
210+
| `ColumnSpacing` | `string` | Defines the amout of horizontal space between the Columns. See the [Columns](slug:form-columns) article for more information. |
211211
| `Orientation` | `FormOrientation` enum <br /> (`Vertical`) | Determines the position of each label with regard to its editor. See [Orientation](slug:form-orientation) for more information. |
212212

213213
### Styling and Appearance

0 commit comments

Comments
 (0)