diff --git a/templates/base_docs.html b/templates/base_docs.html index 3e7ed9d8..fa15732d 100644 --- a/templates/base_docs.html +++ b/templates/base_docs.html @@ -94,8 +94,8 @@
Have questions? Ideas? Notice something amiss here in the docs? Hit us up on Slack. Sign up right here. then visit our slack team. - 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 +
Have questions? Ideas? Notice something amiss here in the docs? Hit us up on Slack. Sign up right here then visit our slack team. + 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 who may already have answers or plans from experience.
{% block docsbody %} diff --git a/templates/pages/about.html b/templates/pages/about.html index dea64cb8..ef1332dc 100755 --- a/templates/pages/about.html +++ b/templates/pages/about.html @@ -59,7 +59,7 @@This website provides a RESTful API interface to highly detailed objects built from thousands of lines of data - related to Pokémon. 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. + related to Pokémon. 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.
@@ -70,11 +70,11 @@
This is probably worth clearing up very quickly for those who don't know.
An API (Application Programming Interface) is a set of interfaces (in this case, url links)
that are publicly available, that allow developers to interact with an application.
- In this instance; the application is a database of thousands oc pokemon-related objects.
+ In this instance; the application is a database of thousands of pokemon-related objects.
- Isn't there 101 other Pokémon websites already? + Aren't there 101 other Pokémon websites already?
@@ -88,7 +88,7 @@ can consume and use.
- Often, and especially when new Pokémon games or updates are released, the 101+ websites + Often, and especially when new Pokémon games or updates are released, those 101+ websites take weeks to update as people have to enter the same information in all those different places.
This solves that problem. @@ -130,7 +130,7 @@
We know! Feel free to contribute to open issues on GitHub.
- Have ideas for new features? We're on Slack! Sign up right here. then visit our slack team.
+ Have ideas for new features? We're on Slack! Sign up right here then visit our slack team.
@@ -144,11 +144,11 @@ With direction from Paul, Zane created the V2 api using an exact mirror of Veekun's data related to the main series of games.
- We have a GitHub Organisation of contributors. You're welcome to join! + We have a GitHub organisation of contributors that you are welcome to join!
- Whered you get all of this data? + Where did you get all of this data?
@@ -170,9 +170,9 @@
- The website framework is Django,
- a super awesome framework built around Python.
- We use a Postgres database to store all our data.
+ The website framework is Django,
+ a super awesome framework built around Python.
+ We use a Postgres database to store all our data.
We use Django REST Framework to expose our data through a RESTful API.
We're hosted on DigitalOcean servers, who cover the cost of the servers, for free! We <3 them.