8
0
Просмотр исходного кода

Fix code snippet in feature guide.

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
17704f27d0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder-options.js

+ 1 - 1
packages/ckeditor5-ckfinder/docs/_snippets/features/ckfinder-options.js

@@ -23,7 +23,7 @@ ClassicEditor
 				height: 600,
 				height: 600,
 				width: 800,
 				width: 800,
 				resourceType: 'Images'
 				resourceType: 'Images'
-			},
+			}
 		}
 		}
 	} )
 	} )
 	.then( editor => {
 	.then( editor => {