Skip to content

Commit e18c44b

Browse files
typos
Co-authored-by: Jennifer Q <66472237+latin-panda@users.noreply.github.com>
1 parent 0b4a7c1 commit e18c44b

File tree

1 file changed

+1
-1
lines changed
  • packages/xforms-engine/src/lib/client-reactivity/instance-state/quarantine

1 file changed

+1
-1
lines changed

packages/xforms-engine/src/lib/client-reactivity/instance-state/quarantine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ This code implements the [ODK Spec](https://getodk.github.io/xforms-spec/encrypt
1010

1111
## Implementation
1212

13-
The symmetric encryption parts of the spec are implemnted using CryptoJS because the particularly algorithm required by the spec is not supported by Subtle Crypto, and we use CryptoJS elsewhere.
13+
The symmetric encryption parts of the spec are implemented using CryptoJS because the particular algorithm required by the spec is not supported by Subtle Crypto, and we use CryptoJS elsewhere.
1414

1515
The asymmetric components of the spec are implemented using the [Subtle Crypto web spec](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) because CryptoJS doesn't implement asymmetric encryption.

0 commit comments

Comments
 (0)