Skip to content

Commit 2140359

Browse files
author
Ken Sodemann
committed
WIP - change note to info, add missing 'a'
1 parent ddaa4e9 commit 2140359

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/angular/storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ sidebar_label: Storage
1111
/>
1212
</head>
1313

14-
There are variety of options available for storing data within an Ionic application. It is best to choose options that best fit the needs of your application. A single application may have requirements that span multiple options.
14+
There are a variety of options available for storing data within an Ionic application. It is best to choose options that best fit the needs of your application. A single application may have requirements that span multiple options.
1515

16-
:::note
16+
:::info
1717
Some storage options involve third-party plugins or products. In such cases, we neither endorse nor support those plugins or products. We are mentioning them here for informational purposes only.
1818
:::
1919

docs/react/storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ sidebar_label: Storage
1111
/>
1212
</head>
1313

14-
There are variety of options available for storing data within an Ionic application. It is best to choose options that best fit the needs of your application. A single application may have requirements that span multiple options.
14+
There are a variety of options available for storing data within an Ionic application. It is best to choose options that best fit the needs of your application. A single application may have requirements that span multiple options.
1515

16-
:::note
16+
:::info
1717
Some storage options involve third-party plugins or products. In such cases, we neither endorse nor support those plugins or products. We are mentioning them here for informational purposes only.
1818
:::
1919

@@ -47,4 +47,4 @@ Other storage options that provide local as well as cloud-based storage that wor
4747
For example:
4848

4949
- [PouchDB](https://pouchdb.com/)
50-
- [Firestore](https://firebase.google.com/docs/firestore)
50+
- [Firestore](https://firebase.google.com/docs/firestore)

docs/vue/storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ sidebar_label: Storage
1111
/>
1212
</head>
1313

14-
There are variety of options available for storing data within an Ionic application. It is best to choose options that best fit the needs of your application. A single application may have requirements that span multiple options.
14+
There are a variety of options available for storing data within an Ionic application. It is best to choose options that best fit the needs of your application. A single application may have requirements that span multiple options.
1515

16-
:::note
16+
:::info
1717
Some storage options involve third-party plugins or products. In such cases, we neither endorse nor support those plugins or products. We are mentioning them here for informational purposes only.
1818
:::
1919

@@ -47,4 +47,4 @@ Other storage options that provide local as well as cloud-based storage that wor
4747
For example:
4848

4949
- [PouchDB](https://pouchdb.com/)
50-
- [Firestore](https://firebase.google.com/docs/firestore)
50+
- [Firestore](https://firebase.google.com/docs/firestore)

0 commit comments

Comments
 (0)