Skip to content

Commit

Permalink
FIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Apr 26, 2024
1 parent 07e7480 commit 5d4b2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/docs/rx-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ There is also the `client-rest` plugin that provides typesave interactions with
```ts
// using the client (optional)
import { createRestClient } from 'rxdb-server/plugins/client-rest';
const client = createRestClient<HumanDocumentType>('http://localhost:80/' + endpoint.urlPath, {/* headers */});
const client = createRestClient('http://localhost:80/' + endpoint.urlPath, {/* headers */});
const response = await client.query({ selector: {} });
```

Expand Down

0 comments on commit 5d4b2a3

Please sign in to comment.