Skip to content

Commit 216cab7

Browse files
Fixed typo of "fromt" to "from" (#3273)
1 parent a061882 commit 216cab7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/mineflayer.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"mcData = require('minecraft-data')(bot.version)\n",
369369
"# Create a new movements class\n",
370370
"movements = pathfinder.Movements(bot, mcData)\n",
371-
"# How far to be fromt the goal\n",
371+
"# How far to be from the goal\n",
372372
"RANGE_GOAL = 1"
373373
],
374374
"execution_count": null,
@@ -531,4 +531,4 @@
531531
]
532532
}
533533
]
534-
}
534+
}

0 commit comments

Comments
 (0)