ソースを参照

Docs: Fixed spacing in the Clipboard guide.

Mgsy 6 年 前
コミット
b44bf314c8

+ 7 - 7
packages/ckeditor5-clipboard/docs/framework/guides/deep-dive/clipboard.md

@@ -181,14 +181,14 @@ class PastePlainTextCommand extends Command {
 }
 
 ClassicEditor
-    .create( document.querySelector( '#editor' ), {
-        extraPlugins: [ PastePlainText ],
+	.create( document.querySelector( '#editor' ), {
+		extraPlugins: [ PastePlainText ],
 		toolbar: [ 'pastePlainText' ],
-        // ...
-    } )
-    .catch( error => {
-        console.log( error );
-    } );
+		// ...
+	} )
+	.catch( error => {
+    	console.log( error );
+	} );
 ```
 
 ## Output pipeline