From b80c7b6e57d156214bce9a03537a5c14bd67e103 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Mon, 15 Jul 2024 11:43:25 -0700 Subject: [PATCH] fix: Spelling --- src/Chapter02.Tests/Listing02.08.Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Chapter02.Tests/Listing02.08.Tests.cs b/src/Chapter02.Tests/Listing02.08.Tests.cs index 565529edc..613c6cea9 100644 --- a/src/Chapter02.Tests/Listing02.08.Tests.cs +++ b/src/Chapter02.Tests/Listing02.08.Tests.cs @@ -5,7 +5,7 @@ namespace AddisonWesley.Michaelis.EssentialCSharp.Chapter02.Listing02_08.Tests; public class ProgramTests { [TestMethod] - public void Main_WriteDecimalAsHexidecimalUsingFormatSpecifier() + public void Main_WriteDecimalAsHexadecimalUsingFormatSpecifier() { const string expected = "0x2A";