From b1070d8d5960e0ea0a4a4b015c1568c4bbf4c2e8 Mon Sep 17 00:00:00 2001 From: jherven Date: Thu, 21 Feb 2019 10:38:01 +0100 Subject: [PATCH] Minor comment correction --- AspNetCore.Security.Jwt/Controllers/GoogleController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AspNetCore.Security.Jwt/Controllers/GoogleController.cs b/AspNetCore.Security.Jwt/Controllers/GoogleController.cs index bf624ec..289ca1c 100644 --- a/AspNetCore.Security.Jwt/Controllers/GoogleController.cs +++ b/AspNetCore.Security.Jwt/Controllers/GoogleController.cs @@ -6,7 +6,7 @@ namespace AspNetCore.Security.Jwt { /// - /// Facebook Contoller for authentication + /// Google Controller for authentication /// [Produces("application/json")] [Route("api/[controller]")] @@ -39,4 +39,4 @@ public async Task Create([FromBody] GoogleAuthModel user) } } -} \ No newline at end of file +}