Skip to content

Commit

Permalink
Fixed a couple od typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutik-sun committed Sep 24, 2024
1 parent 5c90a69 commit 6b8de41
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions versioned_docs/version-2.0/ff-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@ To get started, just [add the Adapty Plugin](ff-getting-started#add-the-adapty-p

1. In your project, click **Settings and Integrations** from the left menu.
<Zoom>
<img src={require('./FF_img/main_settings.png').default}
style={{
<img src={require('./FF_img/main_settings.png').default}
style={{
border: '1px solid #727272', /* border width and color */
width: '700px', /* image width */
display: 'block', /* for alignment */
margin: '0 auto' /* center alignment */
}}
}}
/>
</Zoom>
2. In the **App Settings** section on the left, select **Project dependencies**.
<Zoom>
<img src={require('./FF_img/settings_dependencies.png').default}
style={{
<img src={require('./FF_img/settings_dependencies.png').default}
style={{
border: '1px solid #727272', /* border width and color */
width: '700px', /* image width */
display: 'block', /* for alignment */
margin: '0 auto' /* center alignment */
}}
}}
/>
</Zoom>
3. In the **Project Dependencies** window, click the **Add Dependency** button.
Expand All @@ -63,15 +63,15 @@ To get started, just [add the Adapty Plugin](ff-getting-started#add-the-adapty-p
}}
/>
</Zoom>
4. From the list, choose **Adapty FF Plugun**.
4. From the list, choose **Adapty FF Plugin**.
<Zoom>
<img src={require('./FF_img/select_adapty_plugin.png').default}
style={{
<img src={require('./FF_img/select_adapty_plugin.png').default}
style={{
border: '1px solid #727272', /* border width and color */
width: '700px', /* image width */
display: 'block', /* for alignment */
margin: '0 auto' /* center alignment */
}}
}}
/>
</Zoom>

Expand All @@ -98,15 +98,15 @@ For the Adapty Dashboard to recognize your app, you’ll need to provide a speci
</Zoom>

2. In the opened **Permissions** window, click the **Add Permission** button.
3. In both the **iOS Permission Key** and **Android Permission Key** field, paste `AdaptyPublicSdkKey`.
3. In both the **iOS Permission Key** and **Android Permission Key** fields, paste `AdaptyPublicSdkKey`.
<Zoom>
<img src={require('./FF_img/AdaptyPublicSdkKey.png').default}
style={{
<img src={require('./FF_img/AdaptyPublicSdkKey.png').default}
style={{
border: '1px solid #727272', /* border width and color */
width: '700px', /* image width */
display: 'block', /* for alignment */
margin: '0 auto' /* center alignment */
}}
}}
/>
</Zoom>

Expand Down
12 changes: 6 additions & 6 deletions versioned_docs/version-2.0/ff-make-purchase.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ Congratulations! You've successfully [set up your paywall to display product dat

Now, let's move on to the final step – letting users make a purchase through the paywall.

## Step 4.1. Enable users make your purchase
## Step 4.1. Enable users to make your purchase

1. Double-click the buy button on your paywall page.
<Zoom>
<img src={require('./FF_img/double-click-buy.png').default}
style={{
<img src={require('./FF_img/double-click-buy.png').default}
style={{
border: '1px solid #727272', /* border width and color */
width: '700px', /* image width */
display: 'block', /* for alignment */
margin: '0 auto' /* center alignment */
}}
}}
/>
</Zoom>

Expand Down Expand Up @@ -149,8 +149,8 @@ If the purchase fails, let's display an alert to the user.
display: 'block', /* for alignment */
margin: '0 auto' /* center alignment */
}}
/>
</Zoom>
/>
</Zoom>

3. Click at the **Value** button of the **Message** box.

Expand Down

0 comments on commit 6b8de41

Please sign in to comment.