Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit b0701ab

Browse files
committed
Fix typo on service example.
1 parent 9c47d4b commit b0701ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6
143143
Assuming you've set up a todos service, here is full request example you can try out. Be sure to replace `<token>` with a token you've retrieved from your `loginEndpoint`:
144144
145145
```js
146-
// List Accounts (GET http://localhost:3030/api/todos)
146+
// List Todos (GET http://localhost:3030/api/todos)
147147
jQuery.ajax({
148148
url: 'http://localhost:3030/api/todos',
149149
type: 'GET',

0 commit comments

Comments
 (0)