Skip to content

Commit cec49f7

Browse files
stayseesongmarkzegarelli
andcommitted
Apply suggestions from code review
Co-authored-by: markzegarelli <[email protected]> (cherry picked from commit 99b3db9)
1 parent c7a849a commit cec49f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ database shortly.
8787
If your Db2 Warehouse is in a private network, be sure to [whitelist
8888
Segment's IP
8989
address](https://segment.com/docs/connections/storage/warehouses/faq/#which-ips-should-i-whitelist).
90-
Otherwise, Segment won't be able to load your data.
90+
Otherwise, Segment can't load your data.
9191

9292
### Unique User
9393

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ GRANT CREATE, TEMPORARY ON DATABASE <enter database name here> TO segment;
356356
## Security
357357
To make sure your Postgres database is secure:
358358
- Log in with a user that has read and write permissions so that Segment can write to your database.
359-
- Whitelist the Segment IP (`52.25.130.38/32`). Otherwise, Segment won't be able to load your data.
359+
- Whitelist the Segment IP (`52.25.130.38/32`). Otherwise, Segment can't load your data.
360360
- Create a service user that has `read/write` permissions.
361361
- Always require SSL/TLS and make sure your data warehouse can only accept secure connections. Segment only connects to your data warehouse using SSL/TLS.
362362

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ After creating a Redshift warehouse, the next step is to connect Segment:
7070
VPCs keep servers inaccessible to traffic from the internet. With VPC, you're able to designate specific web servers access to your servers. In this case, you will be whitelisting the [Segment IPs](/docs/connections/storage/warehouses/faq#which-ips-should-i-whitelist) to write to your data warehouse.
7171

7272
### SSL/TLS
73-
Always require SSL/TLS and make sure your data warehouse can only accept secure connections. Segment only connects to your data warehouse using SSL/TLS.
73+
Always require SSL/TLS and make sure your data warehouse accepts only secure connections. Segment only connects to your data warehouse using SSL/TLS.
7474

7575
## Best practices
7676

0 commit comments

Comments
 (0)