1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Tools: Added cspell config

This commit is contained in:
Laurent Cozic 2022-05-01 12:11:29 +01:00
parent cef3eac372
commit 015562c86a
2 changed files with 14 additions and 1 deletions

13
cspell.json Normal file
View File

@ -0,0 +1,13 @@
{
"version": "0.2",
"language": "en_GB",
"words": [
"adata",
"githubusercontent",
"mkdirp",
"Potoczny's",
"reencrypt",
"SJCL",
"tsmerge"
]
}

View File

@ -337,7 +337,7 @@ export default class EncryptionService {
}
}
// 2020-01-23: Deprectated - see above.
// 2020-01-23: Deprecated - see above.
// Was used to encrypt master keys
if (method === EncryptionMethod.SJCL2) {
try {