Skip to content

Commit

Permalink
docs: Fix typo in client.md (#3101)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdamba authored Mar 11, 2023
1 parent 1962cbb commit 625cabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 625cabf

Please # to comment.