Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit d7d3a41

Browse files
author
Alan Shaw
committed
fix: typos
1 parent 51f7f76 commit d7d3a41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/name/resolve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module.exports = (common, options) => {
163163
.to.match(/\/ipns\/.+\/images\/ipfs-logo.svg$/)
164164
})
165165

166-
it('should resolve /ipns/ipfs.io with remainder recursive === true', async () => {
166+
it('should resolve /ipns/ipfs.io with remainder recursive === true', async () => {
167167
expect(await last(ipfs.name.resolve('/ipns/ipfs.io/images/ipfs-logo.svg', { recursive: true })))
168168
.to.match(/\/ipfs\/.+\/images\/ipfs-logo.svg$/)
169169
})

src/pubsub/unsubscribe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = (common, options) => {
4646
expect(topics).to.eql([])
4747
})
4848

49-
it(`should subscribe ${count} handlers and unsunscribe once with no reference to the handlers`, async () => {
49+
it(`should subscribe ${count} handlers and unsubscribe once with no reference to the handlers`, async () => {
5050
const someTopic = getTopic()
5151
for (let i = 0; i < count; i++) {
5252
await ipfs.pubsub.subscribe(someTopic, (msg) => {})

0 commit comments

Comments
 (0)