From cb4c3aaa90e8c17848a379a099067f46edbca073 Mon Sep 17 00:00:00 2001 From: Abraham Sangha Date: Tue, 3 Apr 2018 18:33:10 -0600 Subject: [PATCH] Fix minor typo in consumer --- lib/openid/consumer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/openid/consumer.rb b/lib/openid/consumer.rb index 1dba2093..30019492 100644 --- a/lib/openid/consumer.rb +++ b/lib/openid/consumer.rb @@ -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