Skip to content

Commit dff9146

Browse files
authored
chore: fixes a typo in the readme (#4)
chore: fixes a typo in the readme
2 parents a8a044a + cce6201 commit dff9146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const P = new Pokedex.Pokedex();
6161

6262
**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.
6363

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.
6565

6666
### [Example](http://jsbin.com/jedakor/edit?html,console) requests
6767

0 commit comments

Comments
 (0)