summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-07-31 10:34:24 +0200
committerKai Koehne <kai.koehne@qt.io>2017-07-31 09:24:28 +0000
commit4250e432fd8bd197548e119d66259cd5e9ecaf88 (patch)
tree96424e28dbe7416fad14d8eefb939322abd9be20 /src
parent4b5029e208affc15cde07006ea91d4a28c243a57 (diff)
Fix typo in dictionary path
Change-Id: I398f88943e6f59781ad9227e2888cb25079b638c Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/webengine/doc/src/qtwebengine-features.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/doc/src/qtwebengine-features.qdoc b/src/webengine/doc/src/qtwebengine-features.qdoc
index b80ad6a35..30d21f2ae 100644
--- a/src/webengine/doc/src/qtwebengine-features.qdoc
+++ b/src/webengine/doc/src/qtwebengine-features.qdoc
@@ -296,7 +296,7 @@
When the Qt WebEngine spellchecker initializes, it will try to load the
\c bdict dictionaries and to check them for consistency. First, it searches
\e qtwebengine_dictionaries directories relative to the executable,
- then it will look in \c QT_INSTALL_PREFIX/qtwebengines_dictionaries.
+ then it will look in \c QT_INSTALL_PREFIX/qtwebengine_dictionaries.
Spellchecking is disabled by default and can be enabled per profile by
using the QWebEngineProfile::setSpellCheckEnabled() method in widget-based