Skip to content

Commit 203625a

Browse files
committed
Clarify file name
1 parent ca85fd4 commit 203625a

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
@@ -184,7 +184,7 @@ and paste these lines into it:
184184

185185
Much of the code should look familiar. For example, we're still using `RestClient.get`
186186
to call out to the GitHub API, and we're still passing our results to be renderend
187-
in an ERB template (this time, it's called `advanced`). Some of the other details--
187+
in an ERB template (this time, it's called `advanced.erb`). Some of the other details--
188188
like turning our app into a class that inherits from `Sinatra::Base`, are a result
189189
of inheriting from `sinatra/auth/github`, which written as [a Sinatra extension][sinatra extension].
190190

0 commit comments

Comments
 (0)