Skip to content

Commit fea2afb

Browse files
fix(red): review neda
Co-authored-by: nerda-codes <[email protected]>
1 parent 9d7fd07 commit fea2afb

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

managed-databases/mongodb/how-to/delete-a-database-instance.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ categories:
1414
---
1515

1616
<Macro id="requirements" />
17-
18-
<Message type="requirement">
19-
- You have an account and are logged into the [Scaleway console](https://console.scaleway.com)
20-
- You have a [MongoDB™ Database Instance](/managed-databases/document-database/quickstart)
21-
</Message>
17+
- A Scaleway account logged into the [console](https://console.scaleway.com)
18+
- Created a [MongoDB™ Database Instance](/managed-databases/document-database/quickstart)
2219

2320
1. Click **MongoDB™** under **Managed Databases** on the side menu. A list of your Database Instances displays.
2421
2. Click the database name or <Icon name="more" /> > **More info** to access the Database Instance information page.

managed-databases/redis/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ A Database Instance is made up of multiple (at least 1) dedicated compute nodes,
3535

3636
## High availability
3737

38-
Is a Database Instance configuration that allows you to create a standby node, with an up-to-date replica of the database. If the main node fails for any reason, the standby can take over requests, reducing downtime.
38+
High Availability is a Database Instance configuration that allows you to create a standby node, with an up-to-date replica of the database. If the main node fails for any reason, the standby can take over requests, reducing downtime.
3939

4040
The HA standby node is linked to the main node, using asynchronous replication. Asynchronous replication allows to keep good performances.
4141

0 commit comments

Comments
 (0)