Skip to content

Commit

Permalink
docs: Fix typo on rest page
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jan 18, 2024
1 parent 7e1b288 commit d5dd541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ TypeScript enforces the arguments specified with a prefixed colon like `:id` in

```ts
// GET http://test.com/article/5
TodoResource.get({ id: 5 });
ArticleResource.get({ id: 5 });
```

## Bind the data with Suspense
Expand Down

0 comments on commit d5dd541

Please sign in to comment.