Skip to content

Commit fc9a549

Browse files
committed
update Comodor -> Commodore
1 parent 60ba2e8 commit fc9a549

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/http_snippets/snippets/relationship_api__get_person_related_computers_result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Content-Type: application/vnd.api+json
2323
},
2424
{
2525
"attributes": {
26-
"serial": "Comodor"
26+
"serial": "Commodore"
2727
},
2828
"id": "4",
2929
"links": {

docs/http_snippets/snippets/relationship_api__get_person_with_computers_result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Content-Type: application/vnd.api+json
5252
},
5353
{
5454
"attributes": {
55-
"serial": "Comodor"
55+
"serial": "Commodore"
5656
},
5757
"id": "4",
5858
"links": {

docs/quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ Relationships
155155
-------------
156156

157157
| Now let's use relationships tools.
158-
| First, create 3 computers named "Halo", "Nestor" and "Comodor".
158+
| First, create 3 computers named "Halo", "Nestor" and "Commodore".
159159
|
160160
| Done?
161161
| Ok. So let's continue this tutorial.
162162
|
163-
| We assume that Halo has id=2, Nestor id=3 and Comodor id=4.
163+
| We assume that Halo has id=2, Nestor id=3 and Commodore id=4.
164164
165165
Create object with related object(s)
166166
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -205,7 +205,7 @@ Response:
205205
Create relationship
206206
~~~~~~~~~~~~~~~~~~~
207207

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

210210
Request:
211211

0 commit comments

Comments
 (0)