Skip to content

Commit 8d1d7f7

Browse files
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent e4c7217 commit 8d1d7f7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pages/data-warehouse/how-to/manage-databases.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Scaleway console allows you to create and delete databases for your Data War
2929

3030
3. Click the **Databases** tab. A list of your current databases displays.
3131

32-
4. Click **+ Create database**. A popup displays.
32+
4. Click **+ Create database**. A pop-up displays.
3333

3434
5. Enter a name for your new database. It can can only contain alphanumeric characters, underscores, and dashes.
3535

@@ -47,7 +47,7 @@ The `default` database cannot be deleted.
4747

4848
2. Click the name of the desired Data Warehouse deployment. The **Overview** tab of the deployment displays.
4949

50-
3. Click <Icon name="delete" /> next to the name of the database you want to delete. A confirmation popup displays.
50+
3. Click <Icon name="delete" /> next to the name of the database you want to delete. A confirmation pop-up displays.
5151

5252
4. Enter `DELETE`, then click **Delete database** to confirm.
5353

pages/data-warehouse/how-to/manage-storage.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ When using the `tiered` storage policy, you can manually move partitions between
9595
ALTER TABLE tiered_table_without_partitions MOVE PARTITION tuple() TO VOLUME 'cold';
9696
```
9797

98-
- Move a partition to the `hot` volume (Block Storage):
98+
- Moving a partition to the `hot` volume (Block Storage):
9999

100100
```sql
101101
ALTER TABLE tiered_table MOVE PARTITION '2024-08' TO VOLUME 'hot';
@@ -108,7 +108,7 @@ When using the `tiered` storage policy, you can manually move partitions between
108108

109109
## S3 cache policy
110110

111-
[Connect to you deployment](/data-warehouse/how-to/connect-applications/), then run the SQL query below to create a new table with the `s3_cache` policy enabled.
111+
[Connect to your deployment](/data-warehouse/how-to/connect-applications/), then run the SQL query below to create a new table with the `s3_cache` policy enabled.
112112
```sql
113113
CREATE TABLE cache_table
114114
(
@@ -124,7 +124,7 @@ SETTINGS storage_policy = 's3_cache';
124124

125125
## Local-only policy
126126

127-
[Connect to you deployment](/data-warehouse/how-to/connect-applications/), then run the SQL query below to create a new table with the `default` (Block Storage only) policy enabled.
127+
[Connect to your deployment](/data-warehouse/how-to/connect-applications/), then run the SQL query below to create a new table with the `default` (Block Storage only) policy enabled.
128128

129129
```sql
130130
CREATE TABLE local_table

pages/data-warehouse/how-to/manage-users.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ The Scaleway console allows you to create users for your Data Warehouse for Clic
2929

3030
3. Click the **Users** tab. A list of your current users displays.
3131

32-
4. Click **+ Create user**. A popup displays.
32+
4. Click **+ Create user**. A pop-up displays.
3333

34-
5. Enter a username. It must be unique can contain up to 63 characters, and must start with a letter. Only alphanumeric characters, underscores, and dashes are accepted.
34+
5. Enter a username. It must be unique, contain up to 63 characters, and must start with a letter. Only alphanumeric characters, underscores, and dashes are accepted.
3535

3636
6. Enter a password, or generate one automatically.
3737

@@ -49,7 +49,7 @@ The newly created user appears in the list of your deployment's users.
4949

5050
3. Click the **Users** tab. A list of your current users displays.
5151

52-
4. Click <Icon name="more" /> next to the name of the user you want to update, then click ¨**Update user**. A popup displays.
52+
4. Click <Icon name="more" /> next to the name of the user you want to update, then click **Update user**. A pop-up displays.
5353

5454
5. Update the user's password and/or admin rights, then click **Update user** to confirm.
5555

@@ -61,7 +61,7 @@ The newly created user appears in the list of your deployment's users.
6161

6262
3. Click the **Users** tab. A list of your current users displays.
6363

64-
4. Click <Icon name="delete" /> next to the name of the user you want to delete. A confirmation popup displays.
64+
4. Click <Icon name="delete" /> next to the name of the user you want to delete. A confirmation pop-up displays.
6565

6666
5. Enter `DELETE`, then click **Delete user** to confirm.``
6767

0 commit comments

Comments
 (0)