Преглед изворни кода

Fix missing comma in vuejs editorConfig documentation

There is a missing comma after the separator
Jeff Beagley пре 6 година
родитељ
комит
6b82224b4d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/builds/guides/frameworks/vuejs.md

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

@@ -516,7 +516,7 @@ Specifies the {@link module:core/editor/editorconfig~EditorConfig configuration}
 			return {
 				editor: ClassicEditor,
 				editorConfig: {
-					toolbar: [ 'bold', 'italic', '|' 'link' ]
+					toolbar: [ 'bold', 'italic', '|', 'link' ]
 				}
 			};
 		}