Skip to content

Commit

Permalink
improve grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
alexphelps committed Dec 13, 2024
1 parent 418c413 commit 888b01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apps/oauth/install-flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 6
### Private Apps
All apps start in a `private` state while the app developer is building and testing their app internally. While an app is `private`, you can use the "Install Link" builder form on your app detail page.

You may also want to trigger the install flow from your app's UI, to do this you can add a form build the install link for your user to start the install flow.
You may also want to trigger the install flow from your app's UI, to do this you can add a form to build the install link for your user to start the install flow on their store.

```python title="Install Link"
https://{store_subdomain}.29next.store/dashboard/apps/install-app/?client_id={client_id}
Expand Down

0 comments on commit 888b01b

Please sign in to comment.