Skip to content

Commit

Permalink
Minor doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Aug 8, 2024
1 parent 3b16d4a commit 2cec287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demos/multiroot-react/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ type Demo = 'editor' | 'rich' | 'context';

const multiRootEditorContent = {
intro: '<h2>Sample</h2><p>This is an instance of the ' +
'<a href="https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html">multi-root editor build</a>.</p>',
'<a href="https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html">multi-root editor type</a>.</p>',
content: '<p>It is the custom content</p><figure class="image"><img src="/demos/sample.jpg" alt="CKEditor 5 Sample image."></figure>',
outro: '<p>You can use<a href="https://ckeditor.com/ckeditor-5/builder/">CKEditor Builder</a>' +
'to create a custom build with your favorite features.</p>'
outro: '<p>You can use <a href="https://ckeditor.com/ckeditor-5/builder/">CKEditor Builder</a>' +
' to create a custom configuration with your favorite features.</p>'
};

const rootsAttributes = {
Expand Down

0 comments on commit 2cec287

Please sign in to comment.