Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ce2bed

Browse files
Marcus Cranephalt
authored andcommitted
Rewording, typos and what not (PokeAPI#266)
* Fixed a few typos, did a wee bit of reworking and fixed/edited some links * Changed stripe image to use https in order to avoid mixed content requests * Small rewordings and typo fixed * Fixed my own typo ;)
1 parent a50a656 commit 8ce2bed

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

templates/base_docs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ <h2 id="fairuse">Fair Use Policy</h2>
9494
</ul>
9595

9696
<h2 id="slack">Slack</h2>
97-
<p>Have questions? Ideas? Notice something amiss here in the docs? Hit us up on Slack. Sign up <a href="https://pokeapi-slack-invite.herokuapp.com/">right here.</a> then visit our <a href="https://pokeapi.slack.com">slack team</a>.
98-
We'ed encourage you to come here before opening a ticket on github so we can keep our issues nice and organized. Theres also a solid group of people using the api
97+
<p>Have questions? Ideas? Notice something amiss here in the docs? Hit us up on Slack. Sign up <a href="https://pokeapi-slack-invite.herokuapp.com/">right here</a> then visit our <a href="https://pokeapi.slack.com">slack team</a>.
98+
We encourage you to come here before opening a ticket on github, so we can keep our issues nice and organized. There are also a solid group of people using the API
9999
who may already have answers or plans from experience.</p>
100100

101101
{% block docsbody %}

templates/pages/about.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>The RESTful Pokémon Data API</h1>
5959
<div class="well">
6060
<p>
6161
This website provides a RESTful API interface to highly detailed objects built from thousands of lines of data
62-
related to <a href="https://en.wikipedia.org/wiki/Pokemon">Pokémon</a>. We specifically cover the video game franchise, though we'd like to cover the card game too. Using this website you can consume information on Pokémon, their moves, abilities, types, egg groups and much much more.
62+
related to <a href="https://en.wikipedia.org/wiki/Pokemon">Pokémon</a>. We specifically cover the video game franchise, though we'd like to cover the card game too. Using this website, you can consume information on Pokémon, their moves, abilities, types, egg groups and much much more.
6363
</p>
6464
</div>
6565
<p class="lead">
@@ -70,11 +70,11 @@ <h1>The RESTful Pokémon Data API</h1>
7070
This is probably worth clearing up very quickly for those who don't know.<br />
7171
An API (Application Programming Interface) is a set of interfaces (in this case, url links)
7272
that are publicly available, that allow developers to interact with an application.<br />
73-
In this instance; the application is a database of thousands oc pokemon-related objects.
73+
In this instance; the application is a database of thousands of pokemon-related objects.
7474
</p>
7575
</div>
7676
<p class="lead">
77-
Isn't there 101 other Pokémon websites already?
77+
Aren't there 101 other Pokémon websites already?
7878
</p>
7979
<div class="well">
8080
<p>
@@ -88,7 +88,7 @@ <h1>The RESTful Pokémon Data API</h1>
8888
can consume and use.
8989
</p>
9090
<p>
91-
Often, and especially when new Pokémon games or updates are released, the 101+ websites
91+
Often, and especially when new Pokémon games or updates are released, those 101+ websites
9292
take <b>weeks</b> to update as people have to enter the same information in all those different places.
9393
</p>
9494
<p>This solves that problem.
@@ -130,7 +130,7 @@ <h1>The RESTful Pokémon Data API</h1>
130130
<div class="well">
131131
<p>
132132
We know! Feel free to contribute to open issues on <a href="https://github.com/PokeAPI/pokeapi/">GitHub</a>. <br/>
133-
Have ideas for new features? We're on Slack! Sign up <a href="https://pokeapi-slack-invite.herokuapp.com/">right here.</a> then visit our <a href="https://pokeapi.slack.com">slack team</a>.
133+
Have ideas for new features? We're on Slack! Sign up <a href="https://pokeapi-slack-invite.herokuapp.com/">right here</a> then visit our <a href="https://pokeapi.slack.com">slack team</a>.
134134
</p>
135135
</div>
136136
<p class="lead">
@@ -144,11 +144,11 @@ <h1>The RESTful Pokémon Data API</h1>
144144
With direction from Paul, Zane created the V2 api using an exact mirror of <a href="http://github.com/eevee">Veekun's</a> data related to the main series of games.
145145
</p>
146146
<p>
147-
We have a <a href="https://github.com/pokeapi">GitHub Organisation</a> of contributors. You're welcome to join!
147+
We have a <a href="https://github.com/pokeapi">GitHub organisation</a> of contributors that you are welcome to join!
148148
</p>
149149
</div>
150150
<p class="lead">
151-
Whered you get all of this data?
151+
Where did you get all of this data?
152152
</p>
153153
<div class="well">
154154
<p>
@@ -170,9 +170,9 @@ <h1>The RESTful Pokémon Data API</h1>
170170
</p>
171171
<div class="well">
172172
<p>
173-
The website framework is <a href="http://djangoproject.com" target="none">Django</a>,
174-
a super awesome framework built around <a hre="http://python.org" target="none">Python</a>.<br />
175-
We use a <a href="http://www.postgresql.org" target="none">Postgres</a> database to store all our data.<br />
173+
The website framework is <a href="https://djangoproject.com" target="none">Django</a>,
174+
a super awesome framework built around <a href="https://python.org" target="none">Python</a>.<br />
175+
We use a <a href="https://www.postgresql.org" target="none">Postgres</a> database to store all our data.<br />
176176
We use <a href="http://www.django-rest-framework.org/" target="none">Django REST Framework</a> to expose our data through a RESTful API.<br />
177177
We're hosted on <a href="https://www.digitalocean.com/?refcode=eab2fea41bc6" target="none">DigitalOcean</a> servers, who cover the cost of the servers, for free! We <3 them.
178178
</p>

templates/pages/docsv2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Berries are small fruits that can provide HP and status condition restoration, s
180180
| firmness | The firmness of this berry, used in making Pokéblocks or Poffins | [NamedAPIResource](#namedapiresource) ([BerryFirmness](#berry-firmnesses)) |
181181
| flavors | A list of references to each flavor a berry can have and the potency of each of those flavors in regard to this berry | list [BerryFlavorMap](#berryflavormap) |
182182
| item | Berries are actually items. This is a reference to the item specific data for this berry. | [NamedAPIResource](#namedapiresource) ([Item](#items)) |
183-
| natural_gift_type | The Type the move "Natural Gift" has when used with this Berry | [NamedAPIResource](#namedapiresource) ([Type](#types)) |
183+
| natural_gift_type | The type inherited by "Natural Gift" when used with this Berry | [NamedAPIResource](#namedapiresource) ([Type](#types)) |
184184

185185
#### BerryFlavorMap
186186

@@ -2822,7 +2822,7 @@ A Pokémon Species forms the basis for at least one Pokémon. Attributes of a Po
28222822
| generation | The generation this Pokémon species was introduced in | [NamedAPIResource](#namedapiresource) ([Generation](#generations)) |
28232823
| names | The name of this Pokémon species listed in different languages | list [Name](#resourcename) |
28242824
| pal_park_encounters | A list of encounters that can be had with this Pokémon species in pal park | list [PalParkEncounterArea](#palparkencounterarea) |
2825-
| flavor_text_entries | A list of flavor text entries for this Pokémon species | list [FlavorText](#flavortext) |
2825+
| flavor_text_entries | A list of flavor text entries for this Pokémon species | list [FlavorText](#flavortext) |
28262826
| form_descriptions | Descriptions of different forms Pokémon take on within the Pokémon species | list [Description](#description) |
28272827
| genera | The genus of this Pokémon species listed in multiple languages | list [Genus](#genus) |
28282828
| varieties | A list of the Pokémon that exist within this Pokémon species | list [PokemonSpeciesVariety](#pokemonspeciesvariety) |

templates/pages/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h1>
238238
<script
239239
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
240240
data-key="{{stripe_key}}"
241-
data-image="http://i.imgur.com/Jya9cm0.png"
241+
data-image="https://i.imgur.com/Jya9cm0.png"
242242
data-name="pokeapi.co"
243243
data-description="Donate and keep pokeapi alive!"
244244
data-amount="1000"

0 commit comments

Comments
 (0)