diff --git a/TwilioSMSReceiver.Common/RegisterDI.cs b/TwilioSMSReceiver.Common/RegisterDI.cs
index 4771722..8088be4 100644
--- a/TwilioSMSReceiver.Common/RegisterDI.cs
+++ b/TwilioSMSReceiver.Common/RegisterDI.cs
@@ -14,7 +14,7 @@ namespace TwilioSMSReceiver.Common.Registrations
///
/// This registers all dependencies needed to support this app
///
- ///
+ /// The Service Collection that will hold all depedencies
public static void RegisterSMSExtensions(this IServiceCollection provider)
{
provider.AddScoped();