From 18159fd8b19d3765562ed7ad64448898e46ad39e Mon Sep 17 00:00:00 2001 From: Christopher Dambamuromo Date: Sat, 11 Mar 2023 16:57:13 +0000 Subject: [PATCH] chore: fix typo in client.md --- docs/api/client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/client.md b/docs/api/client.md index 3e38bdf4ce..6416dacd80 100644 --- a/docs/api/client.md +++ b/docs/api/client.md @@ -11,7 +11,7 @@ In order to connect to a Feathers server, a client creates [Services](./services Modules most relevant on the client are: - `@feathersjs/feathers` to initialize a new Feathers [application](./application.md) -- [@feathersjs/rest-client](./client/rest.md) to connect to services through REST HTTP provided by [Koa](./koa.md) or [Epress](./express.md). +- [@feathersjs/rest-client](./client/rest.md) to connect to services through REST HTTP provided by [Koa](./koa.md) or [Express](./express.md). - [@feathersjs/socketio-client](./client/socketio.md) to connect to services through [Socket.io](./socketio.md). - [@feathersjs/authentication-client](./authentication/client.md) to authenticate a client