Skip to content

Commit

Permalink
add a backtick to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frankchn committed May 5, 2021
1 parent 6c81aa6 commit 4972663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ If the decrypted content is the correct shape, then:

### Processing Attachments

`formsg.crypto.decryptWithAttachments(formSecretKey: string, decryptParams: DecryptParams) behaves similarly except it will return a `Promise<DecryptedContentAndAttachments | null>`.
`formsg.crypto.decryptWithAttachments(formSecretKey: string, decryptParams: DecryptParams)` behaves similarly except it will return a `Promise<DecryptedContentAndAttachments | null>`.

`DecryptedContentAndAttachments` is an object containing two fields:
- `content`: the standard form decrypted responses (same as the return type of `formsg.crypto.decrypt`)
Expand Down

0 comments on commit 4972663

Please sign in to comment.