Skip to content

Commit

Permalink
Merge pull request #987 from Shopify/Abdulwahaab710-patch-1
Browse files Browse the repository at this point in the history
Fix typo in documentation
  • Loading branch information
Tim Anema committed May 19, 2020
2 parents 61f68da + 14df415 commit a9a6c65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,10 @@ change to how session stores work. Here are the steps to migrate to 13.x
### Changes to `ShopifyApp::LoginProtection`
`ShopifyApp::LoginProtection`
if you are using `ShopifyApp::LoginProtection#shop_session` in your code, it will need to be
- CHANGE if you are using `ShopifyApp::LoginProtection#shopify_session` in your code, it will need to be
changed to `ShopifyApp::LoginProtection#activate_shopify_session`
- CHANGE if you are using `ShopifyApp::LoginProtection#clear_shop_session` in your code, it will need to be
changed to `ShopifyApp::LoginProtection#clear_shopify_session`
### Notes
You do not need a user model; a shop session is fine for most applications.
Expand Down

0 comments on commit a9a6c65

Please sign in to comment.