Finish sentence in accessSecretStorage docs

pull/21833/head
J. Ryan Stinnett 2020-01-03 13:45:52 +00:00
parent 99559c5121
commit d5a82a5fc2
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ export const crossSigningCallbacks = {
*
* Additionally, the secret storage keys are cached during the scope of this function
* to ensure the user is prompted only once for their secret storage
* passphrase. The cache is then
* passphrase. The cache is then cleared once the provided function completes.
*
* @param {Function} [func] An operation to perform once secret storage has been
* bootstrapped. Optional.