From 09188a1a6c5c57e4d6357969d2e41c95e80ca767 Mon Sep 17 00:00:00 2001 From: Panayot Cankov Date: Wed, 17 May 2017 15:18:02 +0300 Subject: [PATCH] Fix text-field typedoc --- tns-core-modules/ui/text-field/text-field.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tns-core-modules/ui/text-field/text-field.d.ts b/tns-core-modules/ui/text-field/text-field.d.ts index 424b03992..0fa71bb1e 100644 --- a/tns-core-modules/ui/text-field/text-field.d.ts +++ b/tns-core-modules/ui/text-field/text-field.d.ts @@ -1,6 +1,6 @@ /** * Contains the TextField class, which represents an editable single-line box. - * @module "ui/text-base" + * @module "ui/text-field" */ /** */ import { EditableTextBase, Property } from "../editable-text-base";