Skip to content

Commit 5bc6c1e

Browse files
authored
Fix typos on docs
1 parent 1b75ca9 commit 5bc6c1e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

swapi/templates/docs.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ https://swapi.co/api/planets/1/?format=wookiee
107107
<a name="root"></a>
108108
###Root
109109

110-
The Root resource provides information on all avaiable resources within the API.
110+
The Root resource provides information on all available resources within the API.
111111

112112
**Example request:**
113113

@@ -215,7 +215,7 @@ A People resource is an individual person or character within the Star Wars univ
215215
- ```films``` *array*
216216
-- An array of film resource URLs that this person has been in.
217217
- ```species``` *array*
218-
-- An array of species resource URLs that this person belonds to.
218+
-- An array of species resource URLs that this person belongs to.
219219
- ```starships``` *array*
220220
-- An array of starship resource URLs that this person has piloted.
221221
- ```vehicles``` *array*
@@ -235,7 +235,7 @@ A People resource is an individual person or character within the Star Wars univ
235235
<a name="films"></a>
236236
###Films
237237

238-
A Film resource is an single film.
238+
A Film resource is a single film.
239239

240240
**Endpoints**
241241

@@ -294,7 +294,7 @@ A Film resource is an single film.
294294
- ```director``` *string*
295295
-- The name of the director of this film.
296296
- ```producer``` *string*
297-
-- The name(s) of the producer(s) of this film. Comma seperated.
297+
-- The name(s) of the producer(s) of this film. Comma separated.
298298
- ```release_date``` *date*
299299
-- The ISO 8601 date format of film release at original creator country.
300300
- ```species``` *array*
@@ -370,7 +370,7 @@ A Starship resource is a single transport craft that has hyperdrive capability.
370370
- ```starship_class``` *string*
371371
-- The class of this starship, such as "Starfighter" or "Deep Space Mobile Battlestation"
372372
- ```manufacturer``` *string*
373-
-- The manufacturer of this starship. Comma seperated if more than one.
373+
-- The manufacturer of this starship. Comma separated if more than one.
374374
- ```cost_in_credits``` *string*
375375
-- The cost of this starship new, in galactic credits.
376376
- ```length``` *string*
@@ -380,7 +380,7 @@ A Starship resource is a single transport craft that has hyperdrive capability.
380380
- ```passengers``` *string*
381381
-- The number of non-essential people this starship can transport.
382382
- ```max_atmosphering_speed``` *string*
383-
-- The maximum speed of this starship in atmosphere. "N/A" if this starship is incapable of atmosphering flight.
383+
-- The maximum speed of this starship in the atmosphere. "N/A" if this starship is incapable of atmospheric flight.
384384
- ```hyperdrive_rating``` *string*
385385
-- The class of this starships hyperdrive.
386386
- ```MGLT``` *string*
@@ -456,7 +456,7 @@ A Vehicle resource is a single transport craft that **does not have** hyperdrive
456456
- ```vehicle_class``` *string*
457457
-- The class of this vehicle, such as "Wheeled" or "Repulsorcraft".
458458
- ```manufacturer``` *string*
459-
-- The manufacturer of this vehicle. Comma-seperated if more than one.
459+
-- The manufacturer of this vehicle. Comma separated if more than one.
460460
- ```length``` *string*
461461
-- The length of this vehicle in meters.
462462
- ```cost_in_credits``` *string*
@@ -466,7 +466,7 @@ A Vehicle resource is a single transport craft that **does not have** hyperdrive
466466
- ```passengers``` *string*
467467
-- The number of non-essential people this vehicle can transport.
468468
- ```max_atmosphering_speed``` *string*
469-
-- The maximum speed of this vehicle in atmosphere.
469+
-- The maximum speed of this vehicle in the atmosphere.
470470
- ```cargo_capacity``` *string*
471471
-- The maximum number of kilograms that this vehicle can transport.
472472
- ```consumables``` *string
@@ -544,11 +544,11 @@ A Species resource is a type of person or character within the Star Wars Univers
544544
- ```average_lifespan``` *string*
545545
-- The average lifespan of this species in years.
546546
- ```eye_colors``` *string*
547-
-- A comma-seperated string of common eye colors for this species, "none" if this species does not typically have eyes.
547+
-- A comma-separated string of common eye colors for this species, "none" if this species does not typically have eyes.
548548
- ```hair_colors``` *string*
549-
-- A comma-seperated string of common hair colors for this species, "none" if this species does not typically have hair.
549+
-- A comma-separated string of common hair colors for this species, "none" if this species does not typically have hair.
550550
- ```skin_colors``` *string*
551-
-- A comma-seperated string of common skin colors for this species, "none" if this species does not typically have skin.
551+
-- A comma-separated string of common skin colors for this species, "none" if this species does not typically have skin.
552552
- ```language``` *string*
553553
-- The language commonly spoken by this species.
554554
- ```homeworld``` *string*
@@ -627,11 +627,11 @@ A Planet resource is a large mass, planet or planetoid in the Star Wars Universe
627627
- ```population``` *string*
628628
-- The average population of sentient beings inhabiting this planet.
629629
- ```climate``` *string*
630-
-- The climate of this planet. Comma-seperated if diverse.
630+
-- The climate of this planet. Comma separated if diverse.
631631
- ```terrain``` *string*
632-
-- The terrain of this planet. Comma-seperated if diverse.
632+
-- The terrain of this planet. Comma separated if diverse.
633633
- ```surface_water``` *string*
634-
-- The percentage of the planet surface that is naturally occuring water or bodies of water.
634+
-- The percentage of the planet surface that is naturally occurring water or bodies of water.
635635
- ```residents``` *array*
636636
-- An array of People URL Resources that live on this planet.
637637
- ```films``` *array*

0 commit comments

Comments
 (0)