From dac4e2c9b8d84026ce1dd63d588707e1f6237dfa Mon Sep 17 00:00:00 2001 From: Kyler Nyhagen Date: Sat, 22 Feb 2020 07:53:22 -0600 Subject: [PATCH] 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". --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9493880..064a1a5b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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