8
0
فهرست منبع

Fixed code examples.

Maciej Bukowski 6 سال پیش
والد
کامیت
5ce73d9ef3
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      docs/builds/guides/frameworks/angular.md

+ 2 - 2
docs/builds/guides/frameworks/angular.md

@@ -220,7 +220,7 @@ import * as ClassicEditor from '@ckeditor/ckeditor5-build-classic';
 import { ChangeEvent } from '@ckeditor/ckeditor5-angular/ckeditor.component';
 
 @Component( {
-	//...
+	// ...
 } )
 export class MyComponent {
 	public Editor = ClassicEditor;
@@ -303,7 +303,7 @@ To display {@link features/editor-placeholder the placeholder} in the main edita
 
 ```ts
 @Component( {
-	//...
+	// ...
 } )
 export class MyComponent {
 	public config = {