Grammar Fixes - Noticed "than" was used instead of "then" (#564)

* Noticed "than" was used instead of "then"

Minor grammar fixes to CONTRIBUTING.md. Was reading through it
during initial setup and noticed. I promise my next PR will be a bit
more important ;).

* Adjusting "be patience" to "be patient".
This commit is contained in:
Kyler Nyhagen 2020-02-22 07:53:22 -06:00 committed by GitHub
parent 6501fe8ce8
commit dac4e2c9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ The installer may have selected other options as well but these are the most imp
2) **Open Wabbajack.sln** in Visual Studio 2019.
3) **Download NuGet Packages** by selecting the solution and *Right Click* -> *Restore NuGet Packages*.
It may take a while for Visual Studio to download all packages and update all References so be patience. Once all packages are downloaded go and try building Wabbajack. If the build is successful than good job, if not head over to the *#wabbajack-development* channel on the discord and talk about your build error.
It may take a while for Visual Studio to download all packages and update all References so be patient. Once all packages are downloaded go and try building Wabbajack. If the build is successful then good job. If not, head over to the *#wabbajack-development* channel on the discord and talk about your build error.
#### Coding Style