Skip to content

Commit ac24881

Browse files
committed
Merge branch 'ADP-5686' into develop
2 parents 6b1438f + 3d165dc commit ac24881

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/content/docs/version-3.0/quickstart-products.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ import Zoom from 'react-medium-image-zoom';
88
import 'react-medium-image-zoom/dist/styles.css';
99
import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';
11-
import Details from @site/src/components/Details;
11+
import Details from '@site/src/components/Details';
1212

1313
:::tip
1414
Setting up Adapty programmatically? You can complete this step using the [Developer CLI](developer-cli-quickstart).
1515
:::
1616

17-
Before you can use Adaptys core features, you need to add each product you sell and link it to every store or payment platform you support. This setup allows you to deliver products to users devices and track them in analytics later.
17+
Before you can use Adapty's core features, you need to add each product you sell and link it to every store or payment platform you support. This setup allows you to deliver products to users' devices and track them in analytics later.
1818

1919
In Adapty, anything your app sells is a **product**. If the same item exists in the App Store, Google Play, or Stripe, you can group them into a single product in Adapty. Set it up once and manage it across all platforms from one place.
2020

@@ -123,7 +123,7 @@ Let's say you want to add a monthly subscription as a product.
123123
- **Weekly/Monthly/2 Months/3 Months/6 Months/Annual**: The subscription duration.
124124
- **Lifetime**: Use a lifetime period for the products that unlock the premium features of the app forever.
125125
- **Non-Subscriptions**: For the products that are not subscriptions and therefore have no duration, use non-subscriptions. These can be unlocked for additional features, consumable products, etc.
126-
- **Consumables**: Consumable items can be purchased multiple times. They could be used up during the life of the application. Examples are in-game currency and extras. Please consider that consumable products dont affect access levels.
126+
- **Consumables**: Consumable items can be purchased multiple times. They could be used up during the life of the application. Examples are in-game currency and extras. Please consider that consumable products don't affect access levels.
127127
- **Price (USD)**: The product price in USD. This price will be used as a base to automatically calculate and set prices across all countries. You will be able to [customize the price for different countries and regions](edit-product#set-country-specific-prices) later.
128128

129129
<Zoom>
@@ -174,7 +174,7 @@ Let's say you want to add a monthly subscription as a product.
174174
- **Weekly/Monthly/2 Months/3 Months/6 Months/Annual**: The subscription duration.
175175
- **Lifetime**: Use a lifetime period for the products that unlock the premium features of the app forever.
176176
- **Non-Subscriptions**: For the products that are not subscriptions and therefore have no duration, use non-subscriptions. These can be unlocked for additional features, consumable products, etc.
177-
- **Consumables**: Consumable items can be purchased multiple times. They could be used up during the life of the application. Examples are in-game currency and extras. Please consider that consumable products dont affect access levels.
177+
- **Consumables**: Consumable items can be purchased multiple times. They could be used up during the life of the application. Examples are in-game currency and extras. Please consider that consumable products don't affect access levels.
178178
- **Price (USD)**: The product price in USD. If your product is already in the store, this value won't affect its actual price in the store; you can select any value from the list. Later, you can [customize prices for different regions](edit-product#set-country-specific-prices) right in the Adapty dashboard.
179179

180180
<Zoom>

0 commit comments

Comments
 (0)