From ee96e7722c6ca7d45a08a180186f2137a1a0f485 Mon Sep 17 00:00:00 2001 From: Vladimir Markelov Date: Tue, 4 Apr 2017 11:00:02 -0700 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 425c4f7..d7b1751 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The list of available controls: * View (Main control container - with maximize, window order and other window features) * Label (Horizontal and Vertical with basic color control tags) * Button (Simple push button control) -* EditFiled (One line text edit control with basic clipboard control) +* EditField (One line text edit control with basic clipboard control) * ListBox (string list control with vertical scroll) * TextView (ListBox-alike control with vertical and horizontal scroll, and wordwrap mode) * ProgressBar (Vertical and horizontal. The latter one supports custom text over control)