fix spellchecker codesample

This commit is contained in:
Mattias Wikstrom
2016-10-21 16:53:00 +02:00
parent 6dd0986d44
commit 1b1a772762
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -9,3 +9,4 @@ node_modules
api
vendor
.idea
.DS_Store
+1 -1
View File
@@ -115,7 +115,7 @@ tinymce.init({
plugins: "spellchecker",
menubar: "tools",
toolbar: "spellchecker",
spellchecker_language: 'English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr_FR,' + 'German=de,Italian=it,Polish=pl,Portuguese=pt_BR,Spanish=es,Swedish=sv'
spellchecker_languages: 'English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr_FR,' + 'German=de,Italian=it,Polish=pl,Portuguese=pt_BR,Spanish=es,Swedish=sv'
});
```