Skip to content

Commit e4419f0

Browse files
committed
chore: fix typos
Signed-off-by: oliveredget <188809800+oliveredget@users.noreply.github.com>
1 parent 075b6ca commit e4419f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ There are several other modules available outside this repo:
232232
- [`@helia/delegated-routing-v1-http-api`](https://github.com/ipfs/helia-delegated-routing-v1-http-api) An implementation of the [Delegated Routing v1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/) including a server and a client
233233
- [Helia WNFS](https://github.com/shovelers/helia-wnfs) a [WNFS](https://guide.fission.codes/developers/webnative/file-system-wnfs) implementation built on top of Helia
234234
- [`@helia/remote-pinning`](https://github.com/ipfs/helia-remote-pinning) A Helia client for communicating with [IPFS Pinning Services](https://ipfs.github.io/pinning-services-api-spec/)
235-
- [`@helia/http-gateway`](https://github.com/ipfs/helia-http-gateway) An implentation of the [IPFS HTTP Gateway API](https://docs.ipfs.tech/concepts/ipfs-gateway/#gateway-types) built with Helia
235+
- [`@helia/http-gateway`](https://github.com/ipfs/helia-http-gateway) An implementation of the [IPFS HTTP Gateway API](https://docs.ipfs.tech/concepts/ipfs-gateway/#gateway-types) built with Helia
236236

237237
# 📣 Project status
238238

packages/mfs/test/cp.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('cp', () => {
5454
.with.property('name', 'NotUnixFSError')
5555
})
5656

57-
it('refuses to copy a non-existant file', async () => {
57+
it('refuses to copy a non-existent file', async () => {
5858
await expect(fs.cp('/foo.txt', '/bar.txt')).to.eventually.be.rejected
5959
.with.property('name', 'DoesNotExistError')
6060
})

0 commit comments

Comments
 (0)