Skip to content

Commit 40d149d

Browse files
author
katiegoines
committed
fix remaining heading level issues
1 parent 93107af commit 40d149d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/fragments/lib-v1/in-app-messaging/integrate-your-application/integrate-your-application.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import js1 from '/src/fragments/lib-v1/in-app-messaging/integrate-your-applicati
1616

1717
<Fragments fragments={{ javascript: js1 , angular: js1, nextjs: js1, react: js1, vue: js1 }} />
1818

19-
### Integrate In-App Messaging
19+
## Integrate In-App Messaging
2020

2121
Amplify UI provides a Higher-Order Component for ease of integrating the In-App Messaging UI with your application. Simply wrap your application root component in, for example, `App.js`.
2222

src/fragments/lib-v1/react-native-polyfills.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Install Amplify and its dependencies
1+
## Install Amplify and its dependencies
22

33
```bash
44
npm install aws-amplify@^5 amazon-cognito-identity-js @react-native-community/netinfo @react-native-async-storage/async-storage react-native-get-random-values react-native-url-polyfill

src/pages/[platform]/build-a-backend/storage/copy-files/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Future<void> copy() async {
9292
}
9393
```
9494

95-
### More `copy` options
95+
## More `copy` options
9696

9797
Option | Type | Description |
9898
| -- | -- | ----------- |

0 commit comments

Comments
 (0)