Skip to content

Commit a60430d

Browse files
committed
Fix name in docs
1 parent c6f5899 commit a60430d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shopify_app/sessions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ end
375375
# For ShopifyAPI Context - enable requesting expiring offline tokens
376376
ShopifyAPI::Context.setup(
377377
# ... other configuration
378-
offline_access_token_expires: true, # Opt-in to start requesting expiring offline tokens
378+
expiring_offline_access_tokens: true, # Opt-in to start requesting expiring offline tokens
379379
)
380380
```
381381

0 commit comments

Comments
 (0)