Skip to content

Commit 4713a23

Browse files
authored
Merge pull request #439 from Hashes/patch-1
fix: typo in end.md
2 parents 9cf1e11 + 651aa6c commit 4713a23

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)