Skip to content

Commit 1ed4d7c

Browse files
authored
v1.4.12 - Changed a typo on demo (#29)
Update demo.js Changed //Charmender to //Moltres
1 parent 839f216 commit 1ed4d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function demo() {
1919
language: "French",
2020
inputLanguage: "English",
2121
})
22-
); // Logs the French name of Charmander: 'Sulfura'.
22+
); // Logs the French name of Moltres: 'Sulfura'.
2323

2424
// Getting the Pokétwo image sprite of a specified pokemon
2525
console.log(getImage("Moltres", false)); // Logs 'https://cdn.poketwo.net/images/164.png'.

0 commit comments

Comments
 (0)