Skip to content

Commit c816aa3

Browse files
authored
Update modules/ROOT/partials/integrations/react-quick-start.adoc
1 parent 1420c58 commit c816aa3

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
@@ -55,7 +55,7 @@ export default function App() {
5555
return (
5656
<>
5757
<Editor
58-
apiKey='your-api-key'
58+
apiKey='no-api-key'
5959
onInit={ (_evt, editor) => editorRef.current = editor }
6060
initialValue="<p>This is the initial content of the editor.</p>"
6161
init={{

0 commit comments

Comments
 (0)