diff --git a/coffeecard/CoffeeCard.Tests.Common/Builders/BaseBuilder.cs b/coffeecard/CoffeeCard.Tests.Common/Builders/BaseBuilder.cs index 4d17284a..52595979 100644 --- a/coffeecard/CoffeeCard.Tests.Common/Builders/BaseBuilder.cs +++ b/coffeecard/CoffeeCard.Tests.Common/Builders/BaseBuilder.cs @@ -8,7 +8,7 @@ public abstract class BaseBuilder where T : class /// /// Creates a new instance of type T, - /// using the configuration set by using the builderM ethods + /// using the configuration set by using the builderMethods /// public T Build() {