Skip to content

Commit

Permalink
Fixed typo of "fromt" to "from" (#3273)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorretSquared committed Jan 1, 2024
1 parent a061882 commit 216cab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mineflayer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
"mcData = require('minecraft-data')(bot.version)\n",
"# Create a new movements class\n",
"movements = pathfinder.Movements(bot, mcData)\n",
"# How far to be fromt the goal\n",
"# How far to be from the goal\n",
"RANGE_GOAL = 1"
],
"execution_count": null,
Expand Down Expand Up @@ -531,4 +531,4 @@
]
}
]
}
}

0 comments on commit 216cab7

Please sign in to comment.