|
|
@@ -42,7 +42,7 @@ And use it in your website:
|
|
|
window.editor = editor;
|
|
|
} )
|
|
|
.catch( error => {
|
|
|
- console.error( 'There was a problem with initializing the editor', error );
|
|
|
+ console.error( 'There was a problem initializing the editor.', error );
|
|
|
} );
|
|
|
</script>
|
|
|
```
|
|
|
@@ -61,7 +61,7 @@ ClassicEditor
|
|
|
window.editor = editor;
|
|
|
} )
|
|
|
.catch( error => {
|
|
|
- console.error( 'There was a problem with initializing the editor', error );
|
|
|
+ console.error( 'There was a problem initializing the editor.', error );
|
|
|
} );
|
|
|
```
|
|
|
|