Skip to content

Commit 540dab8

Browse files
authored
docs: correct property spelling lineHeight (#452)
1 parent 2d67be5 commit 540dab8

File tree

1 file changed

+1
-1
lines changed
  • app/ng-ui-widgets-category/text-view

1 file changed

+1
-1
lines changed

app/ng-ui-widgets-category/text-view/end.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| `editable` | `boolean` | Enables or disables editing the content. |
88
| `keyboardType` | [`KeyboardType`](https://docs.nativescript.org/api-reference/modules/_ui_editor_text_base_#keyboardtype) | Gets or sets the soft keyboard type |
99
| `letterSpacing` | `number` | Gets or sets letter space style property. |
10-
| `lineHiehgt` | `number` | Gets or sets line height style property. |
10+
| `lineHeight` | `number` | Gets or sets line height style property. |
1111
| `maxLength` | `number` | Gets or sets the max number of symbols allowed as input. |
1212
| `returnKeyType` | [`ReturnKeyType`](https://docs.nativescript.org/api-reference/modules/_ui_editor_text_base_#returnkeytype) | Gets or sets the soft keyboard return key flavor. |
1313
| `secure` | `string` | Gets or sets if a text field is for password entry. |

0 commit comments

Comments
 (0)