Skip to content

Commit a73ce14

Browse files
authored
Merge pull request #300 from BarishNamazov/patch-1
Fix PUT->POST typo
2 parents b1b413c + 3c4f176 commit a73ce14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/eden/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ app.
104104
const { data } = await app.index.get()
105105

106106
// Call [POST] at '/nendoroid/:id'
107-
const { data: nendoroid, error } = await app.nendoroid({ id: 1895 }).put({
107+
const { data: nendoroid, error } = await app.nendoroid({ id: 1895 }).post({
108108
name: 'Skadi',
109109
from: 'Arknights'
110110
})

0 commit comments

Comments
 (0)