Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
No, seriously.
  • Loading branch information
pluma4345 committed May 15, 2024
1 parent 3c9e7da commit 5628b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function main() {
FILTER pokemon.type == "fire"
RETURN pokemon
`);
console.log("My pokemons, let me show you them:");
console.log("My pokemans, let me show you them:");
for await (const pokemon of pokemons) {
console.log(pokemon.name);
}
Expand Down

0 comments on commit 5628b22

Please sign in to comment.