From be50aa33142f30a2542e8f366c6a8fc45261ba41 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Wed, 20 Oct 2021 10:11:50 -0400 Subject: [PATCH] docs: Fixed typo --- ICD.Common.Utils/ReprBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICD.Common.Utils/ReprBuilder.cs b/ICD.Common.Utils/ReprBuilder.cs index 4c9c2a9..c91b6f1 100644 --- a/ICD.Common.Utils/ReprBuilder.cs +++ b/ICD.Common.Utils/ReprBuilder.cs @@ -37,7 +37,7 @@ namespace ICD.Common.Utils } /// - /// Adds the property with the given name and value to the builder without any additonal formatting. + /// Adds the property with the given name and value to the builder without any additional formatting. /// /// ///