Skip to content

Commit 694dd17

Browse files
Merge pull request NativeScript#4216 from NativeScript/fix-text-field-docs
Fix text-field typedoc
2 parents d6d016b + 09188a1 commit 694dd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tns-core-modules/ui/text-field/text-field.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Contains the TextField class, which represents an editable single-line box.
3-
* @module "ui/text-base"
3+
* @module "ui/text-field"
44
*/ /** */
55

66
import { EditableTextBase, Property } from "../editable-text-base";

0 commit comments

Comments
 (0)