From 8821db1347e8d7f1f74c3cf67c75a1880032d33f Mon Sep 17 00:00:00 2001 From: Black Scientist <67861273+DevelopmentScientist420@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:44:19 +0100 Subject: [PATCH] Fix shoudl to "should" --- Working-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index 77f6039..ddf7812 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -7,7 +7,7 @@ For compilers on windows there are two popular choices. #### Visual Studio This is the industry standard IDE for working on windows. A free version is available as the community edition. https://visualstudio.microsoft.com/vs/community/ -*Note* Visual studio is large and somewhat resource intensive, you shoudl have a recently modern computer to use it. +*Note* Visual studio is large and somewhat resource intensive, you should have a recently modern computer to use it. #### MinGW/GCC This is an open source C/C++ toolchain that is very lightweight. The best way to get MinGW and GCC is via the W64Devki