Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Fix minor typo in consumer #111

Merged
merged 1 commit into from
Apr 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/openid/consumer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module OpenID
#
# Add an OpenID login field somewhere on your site. When an OpenID
# is entered in that field and the form is submitted, it should make
# a request to the your site which includes that OpenID URL.
# a request to the site that includes that OpenID URL.
#
# First, the application should instantiate a Consumer with a
# session for per-user state and store for shared state using the
Expand Down