diff --git a/docs/api/safe-storage.md b/docs/api/safe-storage.md index d0a76ec87a996..e96c18bbf0795 100644 --- a/docs/api/safe-storage.md +++ b/docs/api/safe-storage.md @@ -20,7 +20,7 @@ Returns `boolean` - Whether encryption is available. On Linux, returns true if the secret key is available. On MacOS, returns true if Keychain is available. -On Windows, returns true with no other preconditions. +On Windows, returns true once the app has emitted the `ready` event. ### `safeStorage.encryptString(plainText)`