diff --git a/src/dom_components/config/config.js b/src/dom_components/config/config.js index 1845c3255..0e10b4b30 100644 --- a/src/dom_components/config/config.js +++ b/src/dom_components/config/config.js @@ -41,7 +41,7 @@ export default { * It might be useful to transform custom objects (es. some framework specific JSX) to GrapesJS component one. * This custom function will be executed on ANY new added component to the editor so make smart checks/conditions * to avoid doing useless executions - * By default, GrapesJS supports already React Element + * By default, GrapesJS supports already elements generated from React JSX preset * @example * processor: (obj) => { * if (obj.$$typeof) { // eg. this is a React Element