@@ 1,5 1,5 @@
# Word Path Calculator
-Given two valid words and a dictonary, this application will calculate a word path if possible.
+Given two valid words and a dictionary, this application will calculate a word path if possible.
This should work on Mac, Linux (tested) and Windows.
@@ 30,7 30,7 @@ The length of this word must match the starting word.
You must install rust for your system, you can do so by reading https://www.rust-lang.org/
### Clone the repo
-Either clone with your prefered git client or find a directory and run `git clone https://git.sr.ht/~vam-jam/wpath`
+Either clone with your preferred git client or find a directory and run `git clone https://git.sr.ht/~vam-jam/wpath`
### Compile & run
Once rust is installed, navigate to the folder you just cloned this repo in and run: