Skip to content

Commit

Permalink
fix docs spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Oct 7, 2023
1 parent 4db5939 commit ac00bb7
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 @@ -39,6 +39,6 @@ import { checkEnvelope } from '@ssc-hermes/envelope2'

test('envelope.checkEnvelope', async t => {
const isOk = await checkEnvelope(envelopedMsg)
t.equal(isOk, true, 'should validate a valid envelop')
t.equal(isOk, true, 'should validate a valid envelope')
})
```

0 comments on commit ac00bb7

Please sign in to comment.