Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP - change note to info, add missing 'a'
  • Loading branch information
kensodemann committed Aug 5, 2025
commit 2140359cca6a5d0c4cbed0efa3e70392a38b6dfa
4 changes: 2 additions & 2 deletions docs/angular/storage.md
Comment thread
brandyscarney marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ sidebar_label: Storage
/>
</head>

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.
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.

:::note
:::info
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.
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/react/storage.md
Comment thread
brandyscarney marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ sidebar_label: Storage
/>
</head>

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.
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.

:::note
:::info
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.
:::

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

- [PouchDB](https://pouchdb.com/)
- [Firestore](https://firebase.google.com/docs/firestore)
- [Firestore](https://firebase.google.com/docs/firestore)
6 changes: 3 additions & 3 deletions docs/vue/storage.md
Comment thread
brandyscarney marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ sidebar_label: Storage
/>
</head>

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.
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.

:::note
:::info
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.
:::

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

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