From afd63db0431bccdaa83410e6cad0f2dd39d0b220 Mon Sep 17 00:00:00 2001 From: Masatoshi Ogiwara Date: Wed, 8 Jul 2026 12:41:17 +0900 Subject: [PATCH] docs(help): typo in documents (#10064) --- docs/help/contents/how-is-my-data-encrypted.md | 4 ++-- docs/help/contents/recovering-your-account.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/help/contents/how-is-my-data-encrypted.md b/docs/help/contents/how-is-my-data-encrypted.md index d32911b04..caff909cd 100644 --- a/docs/help/contents/how-is-my-data-encrypted.md +++ b/docs/help/contents/how-is-my-data-encrypted.md @@ -21,7 +21,7 @@ On all three platforms we use the same exact library for all cryptographic funct > info Fun story > -> When we first added encryption, we used AES-GCM-256 across platforms but the cross-platform compatbility was abyssmal. That is when I found out about the great libsodium. Written in C, wrappers available for all platforms...what more could I want? +> When we first added encryption, we used AES-GCM-256 across platforms but the cross-platform compatibility was abyssmal. That is when I found out about the great libsodium. Written in C, wrappers available for all platforms...what more could I want? ## Process @@ -65,7 +65,7 @@ On iOS and Android, the encryption key is stored in the phone's keychain. ### 4. Data encryption -Encryption only takes place when you sync. Each item in the database is encrypted seperately using XChaCha-Poly1305-IETF. +Encryption only takes place when you sync. Each item in the database is encrypted separately using XChaCha-Poly1305-IETF. #### How it works diff --git a/docs/help/contents/recovering-your-account.md b/docs/help/contents/recovering-your-account.md index dcfe5d70d..9501afdc2 100644 --- a/docs/help/contents/recovering-your-account.md +++ b/docs/help/contents/recovering-your-account.md @@ -29,7 +29,7 @@ The first step to recovering your account consists of requesting an account reco 5. On the next page, your email should be prefilled. If it isn't, fill it out. ![](/static/account-recovery/step-2.png) 6. Click on `Send recovery email` -7. If everything goes well, you should recieve an email from Notesnook in your inbox: +7. If everything goes well, you should receive an email from Notesnook in your inbox: ![](/static/account-recovery/recovery_email.png) > info What if I didn't receive an email? >