Skip to content

Commit

Permalink
Merge branch 'master' into support-rails-6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NabeelAhsen committed Apr 1, 2021
2 parents be7d58a + b9be14a commit 6a98e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shopify_app/session-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ end
provider :shopify,
...
setup: lambda { |env|
configuration = ShopifyApp::OmniauthConfiguration.new(env['omniauth.strategy'], Rack::Request.new(env))
configuration = ShopifyApp::OmniAuthConfiguration.new(env['omniauth.strategy'], Rack::Request.new(env))
configuration.build_options
}

Expand Down

0 comments on commit 6a98e2b

Please sign in to comment.