Skip to content

Commit 9243542

Browse files
docs: update rest.md (#3326)
1 parent 0f41622 commit 9243542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/client/rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ app.configure(restClient.fetch(window.fetch.bind(window)))
6565
const messages = app.service('messages')
6666
```
6767

68-
The base URL is relative from where services are registered. That means that means that
68+
The base URL is relative from where services are registered. That means that
6969

7070
- A service at `http://api.feathersjs.com/api/v1/messages` with a base URL of `http://api.feathersjs.com` would be available as `app.service('api/v1/messages')`
7171
- A base URL of `http://api.feathersjs.com/api/v1` would be `app.service('messages')`.

0 commit comments

Comments
 (0)