Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
versx authored Sep 27, 2020
1 parent a278215 commit b8adea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const getData = async (perms, filter) => {
for (let j = 0; j < forms.length; j++) {
const formId = forms[j];
const types = JSON.stringify(pkmn.types);
// Grab form from masterfile for consistant language
// Grab form from masterfile for consistent language
let formName = pkmn.forms[formId].name;
if (skipForms.includes(formName.toLowerCase())) {
// Skip Shadow and Purified forms
Expand Down

0 comments on commit b8adea4

Please sign in to comment.