Skip to content

Commit

Permalink
docs: fix broken link in api/services page
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallswain committed May 29, 2024
1 parent ebdaa02 commit 1bf9cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Services are the heart of every Feathers application. Services are objects or in

## Service methods

Service methods are pre-defined [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) and [custom methods](#custommethod-data-params) that your service provides or that have already been implemented by one of the [database adapters](./databases/common.md). Below is an example of a Feathers service as a class or object.
Service methods are pre-defined [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) and [custom methods](#custom-methods) that your service provides or that have already been implemented by one of the [database adapters](./databases/common.md). Below is an example of a Feathers service as a class or object.

```ts
import { feathers } from '@feathersjs/feathers'
Expand Down

0 comments on commit 1bf9cad

Please sign in to comment.