From b344ff103f8a80a9e665e9175e4ab66303e284d5 Mon Sep 17 00:00:00 2001 From: Artur Gajewski Date: Thu, 20 Sep 2012 10:20:44 +0300 Subject: [PATCH] Added some FAQ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a87ee..06e6174 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ In this case of course, you would have to add the extra part to your router as w ``` -###3. Why TEXTAREA and not a WYWIWYG editor? +###3. Why TEXTAREA and not a WYSIWYG editor? TEXTAREA is core HTML and provides a light and easy way to edit HTML code. ContentEditable is used to edit tag contents that are based on few words as well, so using a WYSIWYG editor for this is not very optimal approach.