doc(crypto-js): Fix typos.

This commit is contained in:
Ivan Enderlin
2022-09-15 09:59:27 +02:00
parent 4c4fcf91c1
commit 9d2e0fe8ad
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ pub enum LocalTrust {
/// The trust state of the device is being ignored.
Ignored,
/// The trust stte is unset.
/// The trust state is unset.
Unset,
}

View File

@@ -276,7 +276,7 @@ pub struct SigningKeysUploadRequest {
/// A JSON-encoded object of form:
///
/// ```json
/// {"master_key", …, "self_signing_key": …, "user_signing_key": …}
/// {"master_key": …, "self_signing_key": …, "user_signing_key": …}
/// ```
#[wasm_bindgen(readonly)]
pub body: JsString,