From 552eda52b57e352b5230106f6ca0142a5417a3fd Mon Sep 17 00:00:00 2001 From: azreenashah Date: Sat, 11 Jan 2020 17:58:00 +0800 Subject: [PATCH] Update dev.md --- packages/docs/docs/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/docs/dev.md b/packages/docs/docs/dev.md index 740e3ee61..956d8d711 100644 --- a/packages/docs/docs/dev.md +++ b/packages/docs/docs/dev.md @@ -5,7 +5,7 @@ title: Craft.js - Build any page editor with React -You know a web application is fancy when it has a page editor. Without a doubt, a page editor helps boost user experience significantly. If you're a frontend developer and have been tasked to be build one before, then you know precisely the difficulty and challenges of building one. +You know a web application is fancy when it has a page editor. Without a doubt, a page editor helps boost user experience significantly. If you're a frontend developer and have been tasked to be build one before, then you know precisely the difficulties and challenges of building one. Existing libraries such as Grape.js or react-page are great for a working out-of-the-box page editor solution. However, as soon as you need to customise the look and feel of the page editor itself, you will find yourself hacking in the library's code.