Skip to content

Commit d1a393d

Browse files
committed
Fix typo in subrequests example.
1 parent cb1ddfb commit d1a393d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/subrequests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ plant = {
4747
"type": "asset--plant",
4848
"attributes": {
4949
"name": "My new plant",
50-
"description": "Created in the first request.",
50+
"notes": "Created in the first request.",
5151
},
5252
"relationships": {
5353
"plant_type": {

0 commit comments

Comments
 (0)