Fixed bad spacing.

This commit is contained in:
Vikingat-RAGE 2019-03-18 21:54:56 +00:00
parent 1a739ec97b
commit 76ee13b9bb
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix various spelling mistakes throughout the specification.

View file

@ -292,7 +292,7 @@ v string **Required.** Version of the encrypted attachments
Parameter Type Description
========= ========= ============================================================
kty string **Required.** Key type. Must be ``oct``.
key_ops [string] **Required.** Key operations. Must at least contain
key_ops [string] **Required.** Key operations. Must at least contain
``encrypt`` and ``decrypt``.
alg string **Required.** Algorithm. Must be ``A256CTR``.
k string **Required.** The key, encoded as urlsafe unpadded base64.