Skip to content

Commit

Permalink
FIX typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jan 27, 2025
1 parent f69d62b commit 47233d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs-src/docs/articles/ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ X- "react-native encryption"

- "react localstorage"

- "react-native storage"


- "local database"

Expand Down
4 changes: 2 additions & 2 deletions docs-src/docs/articles/react-native-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Secure your React Native app with RxDB encryption. Learn why it mat

# React Native Encryption and Encrypted Database/Storage

Data security is a critical concern in modern mobile applications. As React Native continues to grow in popularity for building cross-platform apps, ensuring that your data is protected—both at rest and in transit—is paramount. RxDB, a real-time database for JavaScript applications, offers powerful encryption features that can help you secure your React Native app's data.
Data security is a critical concern in modern mobile applications. As React Native continues to grow in popularity for building cross-platform apps, ensuring that your data is protected is paramount. RxDB, a real-time database for JavaScript applications, offers powerful encryption features that can help you secure your React Native app's data.

This article explains why encryption is important, how to set it up with RxDB in [React Native](../react-native-database.md), and best practices to keep your app secure.

Expand All @@ -19,7 +19,7 @@ Encryption ensures that, even if an unauthorized party obtains physical access t
## React Native Encryption Overview


React Native supports multiple ways to secure data at rest:
React Native supports multiple ways to secure local data:

1. **Encrypted Databases**
Use databases with built-in encryption capabilities, such as SQLite with encryption layers or RxDB with its [encryption plugin](../encryption.md).
Expand Down
2 changes: 1 addition & 1 deletion docs-src/docs/backup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Backup
slug: backup.html
description: Easily back up your RxDB database to JSON files and attachments on the filesystem with the Backup Pluginensuring reliable Node.js data protection.
description: Easily back up your RxDB database to JSON files and attachments on the filesystem with the Backup Plugin - ensuring reliable Node.js data protection.
---


Expand Down

0 comments on commit 47233d2

Please sign in to comment.