Skip to content

Commit c589b35

Browse files
authored
Update modules/ROOT/partials/integrations/react-quick-start.adoc
1 parent fffd8fe commit c589b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/partials/integrations/react-quick-start.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ import './tinymce/skins/ui/oxide/content.js';
496496
export default function BundledEditor(props) {
497497
return (
498498
<Editor
499-
licenseKey='gpl' // gpl for open source, T8LK:... for commercial
499+
licenseKey='gpl'
500500
{...props}
501501
/>
502502
);

0 commit comments

Comments
 (0)