Skip to content

Commit 91c62cc

Browse files
author
markzegarelli
committed
Fix formatting issues
1 parent 45f7ca4 commit 91c62cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/_includes/content/syntax-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<div class="premonition info"><div class="fa fa-info-circle"></div> <p markdown=1>Based on the library you use, the syntax in the examples might be different. You can find library-specific documentation on the [Sources Overview](/docs/connections/sources/) page.</p></div>
1+
<div class="premonition info"><div class="content"><div class="fa fa-info-circle"></div> <p markdown=1>Based on the library you use, the syntax in the examples might be different. You can find library-specific documentation on the [Sources Overview](/docs/connections/sources/) page.</p></div></div>

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ To get started with the Analytics for React Native library:
3636
# or
3737
npm install --save @react-native-async-storage/async-storage
3838
```
39-
> info ""
40-
>If you wish to use your own persistence layer you can use the storePersistor option when initializing the client. Make sure you always have a persistor (either by having AsyncStorage package installed or by explicitly passing a value), else you might get unexpected side effects like multiple 'Application Installed' events
39+
40+
To use your own persistence layer you can use the storePersistor option when initializing the client. Make sure you always have a persistor (either by having AsyncStorage package installed or by explicitly passing a value), else you might get unexpected side effects like multiple 'Application Installed' events
4141

4242
4. If you're using iOS, install native modules with:
4343

0 commit comments

Comments
 (0)