Skip to content

Commit

Permalink
update Comodor -> Commodore
Browse files Browse the repository at this point in the history
  • Loading branch information
mahenzon committed May 28, 2021
1 parent 60ba2e8 commit fc9a549
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Content-Type: application/vnd.api+json
},
{
"attributes": {
"serial": "Comodor"
"serial": "Commodore"
},
"id": "4",
"links": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Content-Type: application/vnd.api+json
},
{
"attributes": {
"serial": "Comodor"
"serial": "Commodore"
},
"id": "4",
"links": {
Expand Down
6 changes: 3 additions & 3 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ Relationships
-------------

| Now let's use relationships tools.
| First, create 3 computers named "Halo", "Nestor" and "Comodor".
| First, create 3 computers named "Halo", "Nestor" and "Commodore".
|
| Done?
| Ok. So let's continue this tutorial.
|
| We assume that Halo has id=2, Nestor id=3 and Comodor id=4.
| We assume that Halo has id=2, Nestor id=3 and Commodore id=4.
Create object with related object(s)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -205,7 +205,7 @@ Response:
Create relationship
~~~~~~~~~~~~~~~~~~~

Now John buys a new computer named Comodor (id=4) so let's link it to John.
Now John buys a new computer named Commodore (id=4) so let's link it to John.

Request:

Expand Down

0 comments on commit fc9a549

Please sign in to comment.