grammar fix in Home.

master
Craig Oates 5 years ago
parent
commit
b880c6ca44
  1. 2
      Home.md

2
Home.md

@ -21,7 +21,7 @@ Before continuing, I recommend you are familiar with the following;
## Notes on Writing Style
1. I will usually refer to Smouldering Beach Ball as "S.B.B".
2. I will use "console program" and "console project" interchangeably. This because how Visual Studio's "file system" works. Overall, there is a "solution" which holds "projects". A project can consist of things like a console program. In-effect, this makes it a "program" and a "project". Hopefully, this makes sense when viewed in context.
2. I will use "console program" and "console project" interchangeably. This is because of how Visual Studio's "file system" works. Overall, there is a "solution" which holds "projects". A project can consist of things like a console program. In-effect, this makes it a "program" and a "project". Hopefully, this makes sense when viewed in context.
3. The repository has a testing library called "TestCentre". I will refer to it as such throughout the wiki. (Just wanting to minimise the confusion).
4. The console project uses a NuGet package called Console.Waterworks. I will usually refer to it as "C.W."
5. In an attempt to keep a level of consistency, I will abbreviate words with a full-stop. So, "HTML" will be written as "H.T.M.L.". This is because I usually abbreviate "non-tech." words this way and I am not keen on using the different styles in the same text.

Loading…
Cancel
Save