Explorar el Código

Align name of field with other snippets.

Maciej Bukowski hace 6 años
padre
commit
e045a2bfbe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/builds/guides/frameworks/angular.md

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

@@ -354,7 +354,7 @@ import { HttpClient, HttpEventType, HttpRequest, HttpEvent } from '@angular/comm
 export class MyComponent {
 	constructor( private httpClient: HttpClient ){}
 
-  	public editorConfig = {
+  	public config = {
 		extraPlugins: [ UploadAdapterPlugin ],
 		httpClient: this.httpClient
 	};