Skip to content

Commit

Permalink
docs: Fix typo in services.md (#3459)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelblash committed Apr 10, 2024
1 parent 09519fb commit a2c7807
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 @@ -47,7 +47,7 @@ type ServiceTypes = {

const app = feathers<ServiceTypes>()

app.use('my-service', new MyService())
app.use('my-service', new MyServiceClass())
app.use('my-service-object', myServiceObject)
```

Expand Down

0 comments on commit a2c7807

Please sign in to comment.