Skip to content

Commit

Permalink
[web] Stop ignoring compound words when checking spell
Browse files Browse the repository at this point in the history
Because it does not work as well as expected. E.g., "Hardaware" and "Needfed"
are considered right.

See streetsidesoftware/cspell#317 and
https://github.com/streetsidesoftware/cspell/labels/allowCompoundWords
  • Loading branch information
dgdavid committed Mar 14, 2023
1 parent 3626e94 commit 8bc8be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/cspell.json
@@ -1,7 +1,7 @@
{
"version": "0.2",
"language": "en",
"allowCompoundWords": true,
"allowCompoundWords": false,
"ignorePaths": [
"src/lib/cockpit.js",
"src/lib/cockpit-po-plugin.js"
Expand Down

0 comments on commit 8bc8be4

Please sign in to comment.