Skip to content

Commit

Permalink
docs: typos (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinis committed Jan 18, 2024
1 parent 9b8859d commit fe8e752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/migrate_to_11.0.0.mdx
Expand Up @@ -43,12 +43,12 @@ This allows for greater flexibility to use methods that are specific to a platfo
Storekit 2 (Sk2) requires iOS 15 as a minimum.
:::

If your app supports only iOS 15 and above (see below hot to determine that). And you want to use storekit 2 new features such as subscription groups then use `STOREKIT2_MODE` during setup (see below)
If your app supports only iOS 15 and above (see below how to determine that). And you want to use storekit 2 new features such as subscription groups then use `STOREKIT2_MODE` during setup (see below)

If your app supports older iOS versions, you'll have two options 1) `STOREKIT1_MODE` will let you use the legacy code to all interactions with the library (i.e. no changes, this is the default). And 2) `STOREKIT_HYBRID_MODE` Will use Sk2 on devices that support it. The library will use the old implementation (Storekit 1) as a default on devices with older versions of iOS

:::warning
Please consider the edgecases of using both (See differnces below).
Please consider the edgecases of using both (See differences below).
:::

### How do I know what's the minimum version of iOS my app supports?
Expand Down

0 comments on commit fe8e752

Please sign in to comment.