We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30692f commit e9e4a20Copy full SHA for e9e4a20
1 file changed
content/guides/basics-of-authentication.md
@@ -185,7 +185,7 @@ and paste these lines into it:
185
end
186
187
Much of the code should look familiar. For example, we're still using `RestClient.get`
188
-to call out to the GitHub API, and we're still passing our results to be renderend
+to call out to the GitHub API, and we're still passing our results to be rendered
189
in an ERB template (this time, it's called `advanced.erb`). Some of the other
190
details--like turning our app into a class that inherits from `Sinatra::Base`--are a result
191
of inheriting from `sinatra/auth/github`, which is written as [a Sinatra extension][sinatra extension].
0 commit comments