Skip to content

Commit bbf78e5

Browse files
committed
DOC-3500: Remove outdated Java references from custom dictionaries page
1 parent ed25416 commit bbf78e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/ROOT/pages/custom-dictionaries-for-tiny-spellchecker.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[[creating-custom-dictionary-files]]
66
== Creating custom dictionary files
77

8-
One custom dictionary can be created for each language already supported by the spell checker (see xref:introduction-to-tiny-spellchecker.adoc#supported-languages[supported languages]) or any arbitrary language added by additional Hunspell dictionary files included in Hunspell Dictionary Path (See xref:self-hosting-hunspell.adoc[Add Hunspell dictionaries to Spell Checker]). It's also possible to define an additional "global" dictionary that contains words that are valid across all languages, such as trademarks.
8+
One custom dictionary can be created for each language already supported by the spell checker (see xref:introduction-to-tiny-spellchecker.adoc#supported-languages[supported languages]) or any arbitrary language added by additional Hunspell dictionary files included in Hunspell Dictionary Path (See xref:self-hosting-hunspell.adoc[Add Hunspell dictionaries to Spell Checker]). It is also possible to define an additional "global" dictionary that contains words that are valid across all languages, such as trademarks.
99

1010
A custom dictionary file for a particular language must be named with the language code of the language (see xref:introduction-to-tiny-spellchecker.adoc#supported-languages[supported languages] for language code examples), plus the suffix `+.txt+`: E.g. `+en.txt+`, `+en-GB.txt+`, `+fr.txt+`, `+de.txt+` etc.
1111

@@ -28,7 +28,7 @@ NOTE: *German and Finnish languages* - Spell checking in German and Finnish will
2828

2929
== Configuring the custom dictionary feature
3030

31-
Additional configuration to your `+application.conf+` file is required. (Don't forget to restart the Java application server after updating the configuration.)
31+
Additional configuration to the `+application.conf+` file is required. (Don't forget to restart the Docker container after updating the configuration.)
3232

3333
include::partial$misc/custom-dictionaries-path.adoc[]
3434

@@ -38,7 +38,7 @@ include::partial$misc/dynamic-custom-dictionaries.adoc[]
3838

3939
== Verifying custom dictionary functionality
4040

41-
If successfully configured, the custom dictionary feature will report dictionaries found in the application server's log at service startup when using Static Custom Dictionaries.
41+
If successfully configured, the custom dictionary feature will report dictionaries found in the service log at startup when using Static Custom Dictionaries.
4242

4343
Example:
4444

0 commit comments

Comments
 (0)