MISC: Fix typos and duplicating ms per cycle constant (#2436)

This commit is contained in:
gmcew
2025-12-29 00:09:35 +00:00
committed by GitHub
parent 3663b4507f
commit df6c507369
7 changed files with 11 additions and 7 deletions
@@ -58,7 +58,7 @@ export const uniquePathsInAGrid: Pick<
return [
"You are located in the top-left corner of the following grid:\n\n",
`${gridString}\n`,
"You are trying reach the bottom-right corner of the grid, but you can only",
"You are trying to reach the bottom-right corner of the grid, but you can only",
"move down or right on each step. Furthermore, there are obstacles on the grid",
"that you cannot move onto. These obstacles are denoted by '1', while empty",
"spaces are denoted by 0.\n\n",