diff --git a/LightweightIocContainer/Exceptions/IocContainerException.cs b/LightweightIocContainer/Exceptions/IocContainerException.cs
index b947ea0..c021abb 100644
--- a/LightweightIocContainer/Exceptions/IocContainerException.cs
+++ b/LightweightIocContainer/Exceptions/IocContainerException.cs
@@ -13,7 +13,7 @@ namespace LightweightIocContainer.Exceptions
public abstract class IocContainerException : Exception
{
///
- /// A base for the
+ /// A base for the
///
protected IocContainerException() => InnerExceptions = new List();