From 02ddd6e69acf2b220180e3550b97e5f43b6d0944 Mon Sep 17 00:00:00 2001 From: Thomas P Date: Wed, 4 Nov 2020 14:25:27 +0100 Subject: [PATCH] DOC: Fix typo in introduction --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index fee25bccb..4b54d2daf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,7 +11,7 @@ GrapesJS ships with features and tools that enable you to craft easy to use buil ## Why GrapesJS? -GrapesJS was designed primarily to for use inside Content Management Systems to speed up the creation of dynamic templates and replace common WYSIWYG editors. Which are good for content editing, but inappropriate for creating HTML structures. Instead of creating an application we decided to create an extensible framework that could be used by anyone for any purpose. +GrapesJS was designed primarily for use inside Content Management Systems to speed up the creation of dynamic templates and replace common WYSIWYG editors. Which are good for content editing, but inappropriate for creating HTML structures. Instead of creating an application we decided to create an extensible framework that could be used by anyone for any purpose.