Skip to content

Commit 31f3fd9

Browse files
author
Farzad Hayat
authored
DOC-2487: (6 Docs) Replace 'en' with 'en_US' in Spellchecker docs and demo (#3393)
1 parent 07a2caf commit 31f3fd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/ROOT/examples/live-demos/spellcheckerpro/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tinymce.init({
33
plugins: 'code tinymcespellchecker link',
44
toolbar: 'spellchecker language spellcheckdialog',
55
height: 500,
6-
spellchecker_language: 'en',
6+
spellchecker_language: 'en_US',
77
content_langs: [
88
{ title: 'English (US)', code: 'en_US' },
99
{ title: 'English (US Medical)', code: 'en_US', customCode: 'en_US-medical' },

modules/ROOT/pages/introduction-to-tiny-spellchecker.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ With {cloudname} the server-side spellchecking component is automatically config
2929
tinymce.init({
3030
selector: 'textarea',
3131
plugins: 'tinymcespellchecker',
32-
spellchecker_language: 'en'
32+
spellchecker_language: 'en_US'
3333
});
3434
----
3535

@@ -47,7 +47,7 @@ tinymce.init({
4747
selector: 'textarea',
4848
plugins: 'tinymcespellchecker',
4949
spellchecker_rpc_url: 'localhost/ephox-spelling',
50-
spellchecker_language: 'en'
50+
spellchecker_language: 'en_US'
5151
});
5252
----
5353

0 commit comments

Comments
 (0)