Skip to content

Commit

Permalink
piyushjat/jonasschmedtmann#202 typo mistake Costumer->Customer
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushjat committed Jan 8, 2024
1 parent d39cbf7 commit 52eef51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-how-node-works/final/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ myEmitter.on("newSale", () => {
});

myEmitter.on("newSale", () => {
console.log("Costumer name: Jonas");
console.log("Customer name: Jonas");
});

myEmitter.on("newSale", stock => {
Expand Down

0 comments on commit 52eef51

Please sign in to comment.