From 22ccbfc34bb3c2c0e7b51295f2de355ca32d5633 Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Thu, 30 Dec 2021 23:57:33 -0800 Subject: [PATCH] More documentation --- TwilioSMSReceiver.Common/RegisterDI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();