You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ const P = new Pokedex.Pokedex();
61
61
62
62
**NOTE**: Any function with the designation "ByName" can also be passed an integer ID. However, the functions with the designation "ById" can only be passed an integer ID. Refer to the [pokeapi v2 docs](http://pokeapi.co/docsv2/) to find out more about how the data is structured.
63
63
64
-
**UPDATE**: You can pass an array to each function, it will retrive data for each array element. If you scroll down, you will find two examples.
64
+
**UPDATE**: You can pass an array to each function, it will retrieve data for each array element. If you scroll down, you will find two examples.
0 commit comments