|
|
@@ -40,7 +40,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>
|
|
|
```
|
|
|
@@ -59,7 +59,7 @@ BalloonEditor
|
|
|
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 );
|
|
|
} );
|
|
|
```
|
|
|
|