Skip to content

Commit

Permalink
Merge pull request #1236 from daido1976/patch-1
Browse files Browse the repository at this point in the history
Fix typo of ShopifyApp::OmniAuthConfiguration in docs/shopify_app/session-repository.md
  • Loading branch information
paulomarg authored Apr 1, 2021
2 parents 974f294 + 41fc63f commit b9be14a
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 b9be14a

Please sign in to comment.