From 2902238e4f3f32bfd5c67c322142e7c107250919 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 10 Feb 2015 21:02:13 -0500 Subject: [PATCH] fix space issue --- src/AboutMe.Web/Views/Index/Projects.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AboutMe.Web/Views/Index/Projects.cshtml b/src/AboutMe.Web/Views/Index/Projects.cshtml index b56c07a..db535b7 100644 --- a/src/AboutMe.Web/Views/Index/Projects.cshtml +++ b/src/AboutMe.Web/Views/Index/Projects.cshtml @@ -17,10 +17,10 @@

I am a huge fan of OAuth. Simply speaking it is the mechanism that allows websites to have Login with facebook style buttons. Recently I was working on a project where I wanted to log someone in with Twitch. - Unfortunately looking through the internet I was unable to find a .NET implementation. + Unfortunately looking through the Internet I was unable to find a .NET implementation.

- I came accross a cool OWIN Oauth provider, but unfortunatly they did not have an implementation for twitch. So I did the grunt work, and submitteda pull request. + I came across a cool OWIN Oauth provider, but unfortunately they did not have an implementation for twitch. So I did the grunt work, and submitted a pull request.

View Pull Request