Skip to content

Commit c8d7cad

Browse files
committed
Merge branch 'ADP-5877-NEW' into develop
2 parents 6346dc9 + 9cd6d51 commit c8d7cad

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/content/docs/ios/ios-use-fallback-paywalls.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "iOS - Use fallback flows"
2+
title: "iOS - Use fallbacks"
33
description: "Handle cases when users are offline or Adapty servers aren't available"
44
metadataTitle: "Using Fallback Flows on iOS | Adapty Docs"
55
---
66

77
import Zoom from 'react-medium-image-zoom';
88
import 'react-medium-image-zoom/dist/styles.css';
9-
import Tabs from '@theme/Tabs';
10-
import TabItem from '@theme/TabItem';
9+
import Tabs from '@theme/Tabs';
10+
import TabItem from '@theme/TabItem';
1111

1212
import FallbackPaywallIntroduction from '@site/src/components/reusable/FallbackPaywallIntroduction.md';
1313

@@ -49,4 +49,4 @@ Parameters:
4949

5050
| Parameter | Description |
5151
| :---------- |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
52-
| **fileURL** | Path to the fallback configuration file. |
52+
| **fileURL** | Path to the fallback configuration file. |

src/data/sidebars/ios.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"type": "doc",
14-
"label": "2. Enable purchases by using flows",
14+
"label": "2. Enable purchases by using paywalls",
1515
"id": "ios-quickstart-paywalls"
1616
},
1717
{
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"type": "doc",
77-
"label": "Handle errors when using the Flow builder",
77+
"label": "Handle errors when using the Paywall Builder",
7878
"id": "ios-troubleshoot-paywall-builder"
7979
},
8080
{

0 commit comments

Comments
 (0)