We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca85fd4 commit 203625aCopy full SHA for 203625a
content/guides/basics-of-authentication.md
@@ -184,7 +184,7 @@ and paste these lines into it:
184
185
Much of the code should look familiar. For example, we're still using `RestClient.get`
186
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--
+in an ERB template (this time, it's called `advanced.erb`). Some of the other details--
188
like turning our app into a class that inherits from `Sinatra::Base`, are a result
189
of inheriting from `sinatra/auth/github`, which written as [a Sinatra extension][sinatra extension].
190
0 commit comments