Skip to content

Commit e9e4a20

Browse files
committed
Typo in basics of authentication guide
1 parent a30692f commit e9e4a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/guides/basics-of-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ and paste these lines into it:
185185
end
186186

187187
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
188+
to call out to the GitHub API, and we're still passing our results to be rendered
189189
in an ERB template (this time, it's called `advanced.erb`). Some of the other
190190
details--like turning our app into a class that inherits from `Sinatra::Base`--are a result
191191
of inheriting from `sinatra/auth/github`, which is written as [a Sinatra extension][sinatra extension].

0 commit comments

Comments
 (0)