Przeglądaj źródła

Merge pull request #1719 from jeffbeagley/patch-1

Docs: Fixed a missing comma.
Piotrek Koszuliński 6 lat temu
rodzic
commit
f8e38c2f53
1 zmienionych plików z 1 dodań i 1 usunięć
  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' ]
 				}
 			};
 		}