Skip to content

Commit 6b82d43

Browse files
authored
docs: Fix typos (#185)
* Fix typo in TextField docs * Fix typo in TextView
1 parent a16e009 commit 6b82d43

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)