Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
salvan13 committed Sep 9, 2024
1 parent dc538a6 commit 57e48b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scenes/farm.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const farm = {
},
actions: {
hit() {
this.exec("say", "c", "I don't hurt her");
this.exec("say", "c", "I won't hurt her");
},
"look-at"() {
this.exec("say", "c", "She can fly");
Expand Down
2 changes: 1 addition & 1 deletion scenes/mountains.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export const mountains = {
},
actions: {
hit() {
this.exec("say", "c", "I don't hurt her");
this.exec("say", "c", "I won't hurt her");
},
use() {
this.exec("say", "duck", "Quack!");
Expand Down

0 comments on commit 57e48b6

Please sign in to comment.