Skip to content

Commit 908ac76

Browse files
authored
fix typo (#1616)
1 parent 14feedb commit 908ac76

File tree

1 file changed

+3
-3
lines changed
  • src/connections/storage/catalog/redshift

1 file changed

+3
-3
lines changed

src/connections/storage/catalog/redshift/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Complete the following steps to provision your Redshift cluster, and connect Seg
1818

1919
## Choose the best instance for your needs
2020

21-
While the number of events (database records) are important, the storage capacity usage of your cluster depends primarily on the number of unique tables and columns created in the cluster. Keep in mind that each unique `.track()` event creates a new table, and each property sent creates a new column in that table. To avoid storing unnecessary data, start with a detailed [tracking plan](/docs/protocols/tracking-plan/create/) before you install Segment libraries to ensure that only the necessary events are passed to Segment.
21+
While the number of events (database records) are important, the storage capacity usage of your cluster depends primarily on the number of unique tables and columns created in the cluster. Keep in mind that each unique `.track()` event creates a new table, and each property sent creates a new column in that table. To avoid storing unnecessary data, start with a detailed [tracking plan](/docs/protocols/tracking-plan/create/) before you install Segment libraries to ensure that only the necessary events are passed to Segment.
2222

2323
Redshift gives the option of three cluster types:
2424

@@ -73,9 +73,9 @@ VPCs keep servers inaccessible to traffic from the internet. With VPC, you're ab
7373

7474
Redshift clusters are created in a VPC subnet. To configure:
7575

76-
1. Navigate to your to the Redshift cluster you created previously. Click **Edit**.
76+
1. Navigate to the Redshift cluster you created previously. Click **Edit**.
7777

78-
2. Expand the *Network and security* section. Click *Open tab* to access the Network and security settings. ![security](images/redshift03.png)
78+
2. Expand the **Network and security** section and click *Open tab* to access the Network and security settings. ![security](images/redshift03.png)
7979

8080
3. Click the VPC security group to access its settings. The Security group opens in a new tab. ![group](images/redshift04.png)
8181

0 commit comments

Comments
 (0)