From fdaaed120ab3ee1a318ca421a63d18e6c78f9430 Mon Sep 17 00:00:00 2001 From: Laurence0x03 Date: Tue, 27 May 2025 10:20:35 +1000 Subject: [PATCH] New file with spelling error --- ConsoleApp/SpellCheckTest.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ConsoleApp/SpellCheckTest.cs diff --git a/ConsoleApp/SpellCheckTest.cs b/ConsoleApp/SpellCheckTest.cs new file mode 100644 index 0000000..2ce59f0 --- /dev/null +++ b/ConsoleApp/SpellCheckTest.cs @@ -0,0 +1,7 @@ +public class SpellCheckTest +{ + public SpellCheckTest() + { + var blah = "typoz"; + } +}