Skip to content

Commit cfba3dc

Browse files
Fix typo (#373)
1 parent 9b07311 commit cfba3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

using/solving-exercises/legacy-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For example, a track might change its build system, as Elixir did when moving fr
2525
Or the normal directory structure within a language might change, as happened with Elm when they moved everything into subdirectories.
2626

2727
In these situations we can't automatically move the files for you, so there's some manual work for you to do.
28-
In the editor you'll see the old solution file(s) (with a legacy banner), and the stub of the new soltion file.
28+
In the editor you'll see the old solution file(s) (with a legacy banner), and the stub of the new solution file.
2929
Copy your work from the old file to the new one, and tweak any code that needs changing.
3030
Once the tests are passing you can delete your old solution file, and forget any of this ever happened 🙂
3131

0 commit comments

Comments
 (0)