Skip to content

Commit 6f2833b

Browse files
committed
Remove trailing whitespace
1 parent 72b23d1 commit 6f2833b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/basics-of-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ into our Sinatra app. On top of that, we're going to be using a middleware calle
128128
[sinatra-auth-github][sinatra auth github] (which was written by a GitHubber).
129129
This will make authentication transparent to the user.
130130

131-
After you run `gem install sinatra_auth_github`, create a file called _advanced_server.rb_,
131+
After you run `gem install sinatra_auth_github`, create a file called _advanced_server.rb_,
132132
and paste these lines into it:
133133

134134
require 'sinatra/auth/github'

0 commit comments

Comments
 (0)